ace-docs 0.31.2 → 0.31.4

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: 8e45db3ead545d320bc921b7f41bcfbc4c5fd8f2eaf4165de2ab6106b0c9d0db
4
- data.tar.gz: '0097fed61a1fbdf765d55356fd23ad3e9263ecb29541b925149cf9b6ba2b4208'
3
+ metadata.gz: 4ebfcbe8550286fdf2186cf36cba1663e65f9b443bc3f805fbf37da293f26091
4
+ data.tar.gz: 3f911af0b9cca6feb016f9b942bb408c99d507276c5fd843414cd6badc96e895
5
5
  SHA512:
6
- metadata.gz: 0776c5313868d44137d73e365b0609da4018b55bcfab12e8395076c59f44635312802424964b4bba03bab13fd835c21472b4f6fdee0c924d6a3baa32244c5ded
7
- data.tar.gz: d9f33f91c2a0a44813c7f8180cf1654ca739e8f706ee05ffd1a386d69c8681464394e9071843f0182cddedbb32db78f3e7bd4b0f165dd66793330e7e21034633
6
+ metadata.gz: c6a54256ecc52a4cdead933a5409b09f82cc64aadfb33e6659d1c9b84902e412780d79b548339ed59eaf5578b303c1963133fefb964eaaf658af2b8afe7260c5
7
+ data.tar.gz: 5950e9bddcc4a1647adf76e6c99ecfd8b29ffa627a2c300f6a7e7538cecc7584babb1aa4723b47ff859bb439857ad1f347da84653cb11f8d9ba9ea83753baba4
data/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.31.4] - 2026-03-29
11
+
12
+ ### Fixed
13
+ - Bumped the `ace-git` runtime dependency constraint to `~> 0.19` so ace-docs stays aligned with the current git workflow release.
14
+
15
+ ## [0.31.3] - 2026-03-29
16
+
17
+ ### Changed
18
+ - Added deprecation note to `squash-changelog` workflow: rarely needed now that root changelog entries accumulate under `[Unreleased]`.
19
+
10
20
  ## [0.31.2] - 2026-03-29
11
21
 
12
22
  ### Technical
@@ -13,6 +13,13 @@ Consolidate multiple CHANGELOG.md version entries added on a feature branch into
13
13
 
14
14
  ## When to Use
15
15
 
16
+ > **Note:** Since root changelog entries now accumulate under `[Unreleased]` (no version numbers assigned until
17
+ > publish via `wfi://github/release-publish`), this workflow is rarely needed on new branches. It remains useful
18
+ > for:
19
+ > - Legacy branches created before the unreleased-mode change
20
+ > - Branches where someone explicitly created versioned entries
21
+ > - Any situation where multiple `## [X.Y.Z]` entries need consolidation
22
+
16
23
  On feature branches with multiple `ace-release` cycles that each added a version entry to root `CHANGELOG.md`. Before merging the PR, squash these into one entry using the **lowest** version number.
17
24
 
18
25
  ## Prerequisites
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Docs
5
- VERSION = '0.31.2'
5
+ VERSION = '0.31.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.2
4
+ version: 0.31.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -43,14 +43,14 @@ dependencies:
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '0.18'
46
+ version: '0.19'
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: '0.18'
53
+ version: '0.19'
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: ace-b36ts
56
56
  requirement: !ruby/object:Gem::Requirement