jazari 0.5.0 → 0.5.1
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 +8 -0
- data/lib/jazari/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: ad2cee14e7d98cafacba5aee000eb53cfb535cf0ef0bb44b33e3673d30cdcf0a
|
|
4
|
+
data.tar.gz: 1e2673212b4991d1d97fe180f3aa05a41d19346d0db15d78bce20c284314c285
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30eefc30cdf967a2d21edd102c24ecec837f900951108ff16c7b315e448bf2f67fcaf377e008b7763c2c56ef8f4f11a572e3d6b90633738ea843ee006391a3ca
|
|
7
|
+
data.tar.gz: e9fa13eb53e3ef64052292402ebe353416f063e732b92c05e9fb53e78eb1db2faf2b7ce7ae397a34b11e82956dc8ee93778915175e135f3fdc9695cb7306af3d
|
data/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,14 @@ codes, the resolved-value shape, how revisions are computed, and the schema the
|
|
|
8
8
|
generator emits — changes to any of those are breaking even when the method
|
|
9
9
|
signatures do not move.
|
|
10
10
|
|
|
11
|
+
## [0.5.1] - 2026-08-12
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Promoted actor identity into the landing-page introduction so the public
|
|
16
|
+
value proposition explains that runs record who or what acted, not only
|
|
17
|
+
whether a checklist item is complete.
|
|
18
|
+
|
|
11
19
|
## [0.5.0] - 2026-08-12
|
|
12
20
|
|
|
13
21
|
### Added
|
data/lib/jazari/version.rb
CHANGED