Skip to content

Commit bfc4111

Browse files
authored
Merge pull request #282 from BenAkroyd/chore/upgrade-phyical-gem
Chore/upgrade phyical gem
2 parents e3cc1dc + 8fcedd2 commit bfc4111

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.10.4] - 2025-08-14
8+
- Upgrade `physical` dependency to `~> 0.6`
9+
710
## [0.10.3] - 2025
811
- Add USPS Ship city/state lookup request (#279)
912

friendly_shipping.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.add_dependency "jwt", ">= 2.7", "< 4.0"
2727
spec.add_dependency "money", "~> 6.0"
2828
spec.add_dependency "nokogiri", "~> 1.6"
29-
spec.add_dependency "physical", "~> 0.5", ">= 0.5.1"
29+
spec.add_dependency "physical", "~> 0.6"
3030
spec.add_dependency "rest-client", "~> 2.0"
3131

3232
spec.required_ruby_version = '>= 3.1'

lib/friendly_shipping/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FriendlyShipping
4-
VERSION = "0.10.3"
4+
VERSION = "0.10.4"
55
end

0 commit comments

Comments
 (0)