Skip to content

Commit

Permalink
Merge pull request #136 from Shopify/release-3.5.0
Browse files Browse the repository at this point in the history
Release 3.5.0
  • Loading branch information
maximus1108 authored Feb 5, 2025
2 parents e1737f1 + 85d3394 commit 38f4c2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ActiveUtils changelog

### Version 3.5.0 (February 04, 2025)
- Catch and raise `EHOSTUNREACH` and `EADDRNOTAVAIL` syscall errors as `ActiveUtils::ConnectionError`

### Version 3.4.2 (January 15, 2025)
- Remove numeric as a required param for `ActiveUtils::Country`

Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_utils (3.4.2)
active_utils (3.5.0)
activesupport (>= 4.2)
i18n

Expand All @@ -24,10 +24,10 @@ GEM
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
drb (2.2.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.6.5)
minitest (5.22.3)
Expand All @@ -43,6 +43,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion lib/active_utils/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveUtils
VERSION = "3.4.2"
VERSION = "3.5.0"
end

0 comments on commit 38f4c2f

Please sign in to comment.