hanami-utils 3.0.0.rc1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb7e03dfd66634d0f9e1484a5e67c0df4e9f4c466d329053a87803ab6f9e4e86
4
- data.tar.gz: 5c9895d9683ba22e78cafa4790526cc27d3ba8605ca50a1b85855f98d4f1bad6
3
+ metadata.gz: e7827e6649b9650a4452c810af3491da8b520cc62e2339ed2aa1c6d65bcb3c7b
4
+ data.tar.gz: de4d74ee6dcebb596259395a50981536eb2cb4b640a4d43d7671ad59dc0db28a
5
5
  SHA512:
6
- metadata.gz: bbfca77474628f26300a4847b91b3a78b651fccb077430c7756f141f0dc02a5c172a0f410110a13cc3f3a08dd293f4b070017056bc5842de8c696a51cb88e903
7
- data.tar.gz: 9701676738a82e825809432cc0a043f7725d5959d8d67da5920bf25e5a798b2084660a5c44b76f30a6e8c75d9720503ac4d274f0f2c0dd557ef5d1de7b062334
6
+ metadata.gz: da180fafdca0dc2c8eb5be950e1874d59fb7db99e3393e021bd32639d96f3a1d256c8c71e2c5cb99f1f40d532e015235bb35091a58576ea1578c993fb068a846
7
+ data.tar.gz: aa8b3d48888efdba9394cb2e39a9f876323f5c81ef34776cbada6b9d4a2dd7bcdbf7f2cff9fe85e0eabbbc2b85af00dcae64060c5714870bd11dc1205220719d
data/CHANGELOG.md CHANGED
@@ -19,7 +19,15 @@ and this project adheres to [Break Versioning](https://www.taoensso.com/break-ve
19
19
 
20
20
  ### Security
21
21
 
22
- [Unreleased]: https://github.com/hanami/hanami-utils/compare/v2.3.0...main
22
+ [Unreleased]: https://github.com/hanami/hanami-utils/compare/v3.0.0...main
23
+
24
+ ## [3.0.0] - 2026-06-30
25
+
26
+ ### Changed
27
+
28
+ - Require Ruby 3.3 or newer.
29
+
30
+ [3.0.0]: https://github.com/hanami/hanami-utils/compare/v2.3.0...v3.0.0
23
31
 
24
32
  ## [3.0.0.rc1] - 2026-06-16
25
33
 
@@ -5,6 +5,6 @@ module Hanami
5
5
  # The current hanami-utils version.
6
6
  #
7
7
  # @api public
8
- VERSION = "3.0.0.rc1"
8
+ VERSION = "3.0.0"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanami-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.rc1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanakai team