ace-handbook 0.21.2 → 0.21.3
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 +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/ace/handbook/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52c2cb99da173e443590662a9251c5cdfa979fa3e2d257dbc9b05b85c986dac8
|
|
4
|
+
data.tar.gz: de4ca665d8f35dd8337b77099cebfababc9d463a71ad392766a6fc3eb14d7219
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20e86908203e19e495814acf53cd631f51f9fc5c6c8a1ef47533362e3a4e2828519ff1c77c54d0e054152c056fa9abc96dd9eabdc3259e10109090ca221d1d5d
|
|
7
|
+
data.tar.gz: 1030d59bdc44b7f3369790f4b7b88214c8966117d7a36912071df4768f3ea90b861d7764f89f50e07889210c9b5bda53eae3b313a6a8be0a0b8004170beb3518
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.21.3] - 2026-03-29
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Updated the coordinated release workflow so packages pulled in only by internal dependency constraint bumps are auto-added as follower releases and default to a patch bump with full version/changelog metadata.
|
|
15
|
+
- Updated projected `as-release` skill guidance to make the new follower-package patch-release policy explicit across provider integrations.
|
|
16
|
+
|
|
10
17
|
## [0.21.2] - 2026-03-29
|
|
11
18
|
|
|
12
19
|
### Technical
|
data/lib/ace/handbook/version.rb
CHANGED