Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.19.0"
".": "0.20.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.20.0](https://github.com/firejune/rigc/compare/v0.19.0...v0.20.0) (2026-09-07)


### Features

* **depth:** what the sheet is not, and whether the ceiling read a form ([#455](https://github.com/firejune/rigc/issues/455)) ([dfcd808](https://github.com/firejune/rigc/commit/dfcd80854670c10b29b55c2c4e7abb1e44fcb98a))

## [0.19.0](https://github.com/firejune/rigc/compare/v0.18.1...v0.19.0) (2026-09-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spine-rigc",
"version": "0.19.0",
"version": "0.20.0",
"description": "Rig compiler for Spine — declarative rig specs in, Spine 4.3 skeleton data out, verified by a spine-core round-trip. Built so AI agents can author rigs and check their own work; the output imports into the Spine editor.",
"type": "module",
"bin": {
Expand Down