acta 0.4.0.alpha.1 → 0.4.0

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 +11 -0
  3. data/lib/acta/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0af752d227a9c1f376f4e1201bd2ba2b60faf5d178a1db06975d8bdaec0c66ef
4
- data.tar.gz: 417ec6f02d8348355bccf44d0682a534d8e3dc5f7a9d6364b5a3d31326e04e76
3
+ metadata.gz: c222048844c2ba7ff98f13eb502ff63d355255b245045c873af20a9da717321a
4
+ data.tar.gz: e878810070b933d075d118a90bf9b08a4616c7e30115a9a4115a0c4b6342a3bc
5
5
  SHA512:
6
- metadata.gz: 112a12b4dac2b676183237c2d73df829d9d0f6e3e4519be94fb25844d1dce7cd890a8de8a758d0e469b6eaf5b2454cf5c033e139a22785e82ae0b158396148fb
7
- data.tar.gz: 4ca8da1823ee930a0a3ebdc3b70d47b108d53e7e05c2328ce58976fc09fa65d9eb256520fdf376cd5da03099f70bd9b02858e7ccd32e429b62ca62939d802aa5
6
+ metadata.gz: 1f244456c53ae2c3ec20aa8bd5b751d21f20085ba0dfb01ed293a0297661a78fb3f2a406a0a2b297b23adc821d69473a334641d29ac70c76abc862c45768448b
7
+ data.tar.gz: b4a563862c0c8423fa1ea8336d55e8a542b7d7f2182aace4d8477cdea05631e63054d8604b90ee888a114fbb3f2cd55dc90d3f8cd225e80412d32f612196dd87
data/CHANGELOG.md CHANGED
@@ -10,6 +10,17 @@ breaking changes as the API settles through real-world consumer integration.
10
10
 
11
11
  ## [Unreleased]
12
12
 
13
+ ## [0.4.0] — 2026-07-17
14
+
15
+ Promotes `0.4.0.alpha.1` to stable with no code changes. The alpha's
16
+ headline feature — `Acta::Upcaster`, replay-time event transformation
17
+ for evolving schemas — held up through Scaff dogfooding; see the
18
+ `0.4.0.alpha.1` entry below for the full details. Also rolls up the
19
+ unreleased `0.3.1` (`Acta::EventsRecord` abstract base for connection
20
+ routing) and `0.3.2` (`Acta.set_events_record_parent!` for pool
21
+ sharing) changes, which shipped in the alpha but never as standalone
22
+ gems.
23
+
13
24
  ## [0.4.0.alpha.1] — 2026-05-22
14
25
 
15
26
  Prerelease intended for Scaff dogfooding against real prod tenant
data/lib/acta/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Acta
4
- VERSION = "0.4.0.alpha.1"
4
+ VERSION = "0.4.0"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.alpha.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Gladhill
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-05-23 00:00:00.000000000 Z
10
+ date: 2026-07-17 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activejob