Skip to content

Commit d65d9cf

Browse files
committed
chore: prepare 0.3.0 release
Finalize the release version, changelog, lockfile, and status language so the package and documentation describe the same artifact.
1 parent 3441db5 commit d65d9cf

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.3.0 - 2026-08-06
44

55
- Reject application-record writes from actor handlers and provide registered
66
same-database commit actions for fenced atomic changes.

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
solid_objects (0.2.1)
4+
solid_objects (0.3.0)
55
actioncable (>= 8.0)
66
actionpack (>= 8.0)
77
actionview (>= 8.0)
@@ -373,7 +373,7 @@ CHECKSUMS
373373
rubocop-rails-omakase (1.1.0) sha256=2af73ac8ee5852de2919abbd2618af9c15c19b512c4cfc1f9a5d3b6ef009109d
374374
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
375375
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
376-
solid_objects (0.2.1)
376+
solid_objects (0.3.0)
377377
sqlite3 (2.9.5-aarch64-linux-gnu) sha256=78075b6337d3d182c6d2b4691049ed45cd220826160c9ea18946bf6a1de200dc
378378
sqlite3 (2.9.5-aarch64-linux-musl) sha256=18c801185deb4adc01ddb281e8f672a39e3d1729979ca91e39439cd3eac0402d
379379
sqlite3 (2.9.5-arm-linux-gnu) sha256=1bdfca0c7d63998c60b0f4a8e3c8df2d33800ccc4abd2d612eddbbbc92a4c48b

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ This is a port of the programming model, not Cloudflare's edge runtime or
6565
platform. Read the conceptual overview at [solidobjects.dev](https://solidobjects.dev/)
6666
and the exact Rails guarantees in [Correctness and delivery semantics](docs/correctness.md).
6767

68-
Version 0.2 is an early release. Its correctness core is implemented and tested,
69-
but the project does not yet claim production readiness. See
68+
Solid Objects is an early release. Its correctness core is implemented and
69+
tested, but the project does not yet claim production readiness. See
7070
[Status](#status) and the [roadmap](docs/roadmap.md).
7171

7272
## Table of contents
@@ -204,7 +204,7 @@ refresh from current actor state.
204204
`cart.component(:summary)` supports initial rendering of
205205
`actors/shopping_cart/_summary`. Durable live component replacement and
206206
Turbo append actions are roadmap work; observable replacement is the live path
207-
implemented in 0.2.
207+
implemented today.
208208

209209
Reactive views require `turbo-rails` and a working Action Cable adapter in the
210210
host application. They are optional; the actor runtime itself does not depend
@@ -929,7 +929,7 @@ See the [development guide](docs/development.md) and
929929

930930
## Status
931931

932-
Implemented and tested in 0.2:
932+
Implemented and tested in 0.3:
933933

934934
- Rails engine, install generator, migrations, and `solid_objects` executable;
935935
- actor registry, references, JSON state, and state migrations;

lib/solid_objects/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# rbs_inline: enabled
22

33
module SolidObjects
4-
VERSION = "0.2.1"
4+
VERSION = "0.3.0"
55
end

0 commit comments

Comments
 (0)