Release alpha3 client dependency
Some checks failed
Test / test (3.3) (push) Failing after 1s
Test / test (3.4) (push) Failing after 1s
Test / test (3.2) (push) Failing after 36s
Some checks failed
Test / test (3.3) (push) Failing after 1s
Test / test (3.4) (push) Failing after 1s
Test / test (3.2) (push) Failing after 36s
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.0.1.alpha3 - 2026-07-10
|
||||||
|
|
||||||
|
### Bumped
|
||||||
|
|
||||||
|
- Runtime dependency `opencode-ruby` pinned to `= 0.0.1.alpha3`, exposing
|
||||||
|
the session permission PATCH primitive to Rails host applications while
|
||||||
|
leaving reconciliation policy in each host.
|
||||||
|
|
||||||
## 0.0.1.alpha2 — 2026-05-20
|
## 0.0.1.alpha2 — 2026-05-20
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -11,5 +11,5 @@
|
|||||||
# We can't reuse the same constant from a second gem, so we use a
|
# We can't reuse the same constant from a second gem, so we use a
|
||||||
# distinct, non-namespaced constant.
|
# distinct, non-namespaced constant.
|
||||||
module Opencode
|
module Opencode
|
||||||
RAILS_VERSION = "0.0.1.alpha2"
|
RAILS_VERSION = "0.0.1.alpha3"
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ Gem::Specification.new do |spec|
|
|||||||
# The opencode-ruby gem provides the wire-level Client + Reply primitives
|
# The opencode-ruby gem provides the wire-level Client + Reply primitives
|
||||||
# this gem builds on. During alpha both gems evolve in lockstep — we pin
|
# this gem builds on. During alpha both gems evolve in lockstep — we pin
|
||||||
# exactly (= not ~>) so that consumers always pick the version this gem
|
# exactly (= not ~>) so that consumers always pick the version this gem
|
||||||
# was tested against. Bump to alpha2 when the paired release ships.
|
# was tested against.
|
||||||
spec.add_runtime_dependency "opencode-ruby", "= 0.0.1.alpha2"
|
spec.add_runtime_dependency "opencode-ruby", "= 0.0.1.alpha3"
|
||||||
|
|
||||||
# Rails sub-libraries used at runtime. Depending on these individually
|
# Rails sub-libraries used at runtime. Depending on these individually
|
||||||
# (instead of the `rails` umbrella) avoids forcing host apps to load
|
# (instead of the `rails` umbrella) avoids forcing host apps to load
|
||||||
|
|||||||
Reference in New Issue
Block a user