hanami-assets 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: bb068dfbb3f66779fb4f3e7f90851e9dfceb3f90b1179f5086710f394eed2024
4
- data.tar.gz: 9fda06a5aebe4d0c6f5eb4bd11209d8584359b38b1e3cfcb095d40b7349d4436
3
+ metadata.gz: 0ef9b6c003b23ac47fe5abe8e5daeeac7c9bada55b2c39f364a328bb7326471a
4
+ data.tar.gz: 9be2135e2db250e3973f67a3c1fac2a3dcb3ae0ec071b9c159ad6c47a7b9e135
5
5
  SHA512:
6
- metadata.gz: ee518c103898cfde26ac0473841973dc38f3a6398dedab2d479b62bc43e7ad01757912734357bd9a48a28bf697cfbf42fdbfed3f9aa744f293afa9f16d60c53e
7
- data.tar.gz: db86423cbb3964390e9c9b52fb16cc4a266aacd6110c0db4888118a0a7597c32a4a1e81f639b70a304f88431c59481dd658ae2886acae5cbcd8da4e1789f89e0
6
+ metadata.gz: 5cbdd48723449ce364edd28bfaf89d8f74a7ae4c5a959d183c6d442a062252161191d8e58d21612a8ca0ddff054d6b0cca3e72d7f5f203cbee0612aabfb8dbeb
7
+ data.tar.gz: a051a5584c030a8f1d7374c38b0cf551ae06c1e269edabdc2430b7afb6db00ef291fc25d7c951a065392af82137f2a9a1c2cd7899ad6832071ed689048187615
data/CHANGELOG.md CHANGED
@@ -19,7 +19,19 @@ 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/assets/compare/v2.3.0...HEAD
22
+ [Unreleased]: https://github.com/hanami/assets/compare/v3.0.0...HEAD
23
+
24
+ ## [3.0.0] - 2026-06-30
25
+
26
+ ### Added
27
+
28
+ - Add [specification](SPEC.md) for compliant asset bundlers. (@timriley in #150)
29
+
30
+ ### Changed
31
+
32
+ - Require Ruby 3.3 or newer.
33
+
34
+ [3.0.0]: https://github.com/hanami/assets/compare/v2.3.0...v3.0.0
23
35
 
24
36
  ## [3.0.0.rc1] - 2026-06-16
25
37
 
@@ -5,6 +5,6 @@ module Hanami
5
5
  # Defines the version
6
6
  #
7
7
  # @since 0.1.0
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-assets
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