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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/lib/jazari/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9cbfc9b54c5489c8f751da47fb21b875022595d50b41b144e3aab021e46d9cd
4
- data.tar.gz: a477a52e534f3683e07d05cae377cdbaaf114c28c8ddb738e532f43bc9ab2cdb
3
+ metadata.gz: ad2cee14e7d98cafacba5aee000eb53cfb535cf0ef0bb44b33e3673d30cdcf0a
4
+ data.tar.gz: 1e2673212b4991d1d97fe180f3aa05a41d19346d0db15d78bce20c284314c285
5
5
  SHA512:
6
- metadata.gz: 79803d6a78f7a6bfc032b3319ca341d2f327e9839492d5512f7ddc42d05d5994cc0163cfb9864a230bfd04dee0d9934728a21948b0ebbb49e05ac1dd251a88e1
7
- data.tar.gz: 6609743e4e095d8e37b8aaf4a753300e67596faef66cf97ceb364cb7d974b3bb24da76bd3d16ba6ddf57afc5db5a16004a8bc44de929ff430f627dbe0b31efd7
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jazari
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jazari
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nauman Tariq