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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ff9dbb1f4871cfe112f0308f955d33f3004c5f7e363c34f33e98814e9b948f5
4
- data.tar.gz: 95cc2c73bd63005208b4bab666714117b3010aad5d5815850405fc78aa3645f3
3
+ metadata.gz: 52c2cb99da173e443590662a9251c5cdfa979fa3e2d257dbc9b05b85c986dac8
4
+ data.tar.gz: de4ca665d8f35dd8337b77099cebfababc9d463a71ad392766a6fc3eb14d7219
5
5
  SHA512:
6
- metadata.gz: 55bd101a81580560dce70c362c18a9c7424431a26fc7390e14e79741d54371683d3e881551588196a7d224a5f1370907c50ee42f7aa29aa9f8bdcfb1a5b40dde
7
- data.tar.gz: a99bc39bfd4832196dc918af93cdd416492fa2107ac93a532068e359072b4f7885aea12b3f316de94f5594a8118c6d21a3f99989bfd901b8bad439a9ba9052a1
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Handbook
5
- VERSION = '0.21.2'
5
+ VERSION = '0.21.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-handbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.2
4
+ version: 0.21.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz