ace-retro 0.16.2 → 0.16.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/handbook/workflow-instructions/retro/selfimprove.wf.md +1 -1
- data/lib/ace/retro/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77834e18add5a42100ff09e901ad2f80693131ce5a3b6955cb8c3eae29df0630
|
|
4
|
+
data.tar.gz: fd8b103ceee6e71517c565215d76d7d28f73f45922705cd2350e1b110a99a661
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bf8e13df2b75403cdc0623dfaf1f2a3639090e0a2b801f326f4976c71c45ad8c14e113f43d6f76d2ba4c48525424e6b9875b87377cda0bf599206f1d7124e91
|
|
7
|
+
data.tar.gz: cf2dfd5234f38e8e50c6dc87049764e18f76049d9d2c4b3a8528cbf2a8c15b3af799e1b8a4f744b0819a2d49c265ca0e37fd56a54f90d8f2b69c84ebc91d5522
|
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.16.4] - 2026-03-29
|
|
11
|
+
|
|
12
|
+
### Technical
|
|
13
|
+
- Normalized published gem metadata so RubyGems and Ruby Toolbox use current release information instead of the 1980 fallback date.
|
|
14
|
+
|
|
15
|
+
## [0.16.3] - 2026-03-29
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- `retro/selfimprove`: corrected the retro creation example to use the supported `standard` type plus `self-improvement` and `process-fix` tags instead of the unsupported `self-improvement` type flag.
|
|
19
|
+
|
|
10
20
|
## [0.16.2] - 2026-03-29
|
|
11
21
|
|
|
12
22
|
### Technical
|
|
@@ -174,7 +174,7 @@ After user approval:
|
|
|
174
174
|
3. **Record a retro** documenting the improvement:
|
|
175
175
|
|
|
176
176
|
```bash
|
|
177
|
-
ace-retro create "selfimprove-TOPIC" --type
|
|
177
|
+
ace-retro create "selfimprove-TOPIC" --type standard --tags self-improvement,process-fix
|
|
178
178
|
```
|
|
179
179
|
|
|
180
180
|
Populate the retro with the root cause analysis, the fix applied, and the expected impact.
|
data/lib/ace/retro/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-retro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.16.
|
|
4
|
+
version: 0.16.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 2026-03-29 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-support-core
|