Skip to content

Commit d779ab6

Browse files
authored
Merge pull request #64 from fac/v3.3.0
Bump hermod to 3.3.0
2 parents 72f6a54 + 7900523 commit d779ab6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.3.0] - 2025-03-13
11+
### Changed
12+
- Bumped Gem required ruby version to >= 3.1
13+
1014
## [3.2.0] - 2025-02-10
1115
### Changed
1216
- Bumped minimum ruby version to 3.4.1

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
hermod (3.2.0)
4+
hermod (3.3.0)
55
activesupport (> 3.2)
66
libxml-ruby (~> 5.0.3)
77

@@ -147,7 +147,7 @@ CHECKSUMS
147147
guard (2.19.1) sha256=b8bc52694be3d8b26730280de7dcec7fe92ea1cff3414246fe96af3f23580f3d
148148
guard-compat (1.2.1) sha256=3ad21ab0070107f92edfd82610b5cdc2fb8e368851e72362ada9703443d646fe
149149
guard-minitest (2.4.6) sha256=d89e83d029447c13b191599085d24b6e2fe61e402d275e46491cd3e82f561572
150-
hermod (3.2.0)
150+
hermod (3.3.0)
151151
i18n (1.14.7) sha256=ceba573f8138ff2c0915427f1fc5bdf4aa3ab8ae88c8ce255eb3ecf0a11a5d0f
152152
libxml-ruby (5.0.3) sha256=5a530dba36066752bba59515ae612362c1343f1d0ee6cf74700499c7dd2a2bde
153153
listen (3.9.0) sha256=db9e4424e0e5834480385197c139cb6b0ae0ef28cc13310cfd1ca78377d59c67

lib/hermod/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hermod
2-
VERSION = "3.2.0"
2+
VERSION = "3.3.0"
33
end

0 commit comments

Comments
 (0)