Skip to content
Merged
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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ members = ["crates/opy-rs", "crates/opy-cli"]
resolver = "3"

[workspace.package]
version = "0.1.10"
version = "0.1.11"
edition = "2024"
rust-version = "1.85.0"
license = "AGPL-3.0-or-later"
repository = "https://github.com/wrightkit/opy-rs"

[workspace.dependencies]
opy-rs = { path = "crates/opy-rs", version = "0.1.10" }
opy-rs = { path = "crates/opy-rs", version = "0.1.11" }
libquickjs-ng-sys = "0.13.0"
serde = "1"
serde_json = "1"
Expand Down
12 changes: 12 additions & 0 deletions crates/opy-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.11](https://github.com/wrightkit/opy-rs/compare/opy-cli-v0.1.10...opy-cli-v0.1.11) - 2026-09-01

### Added

- *(opy)* complete final #88 source convergence ([#156](https://github.com/wrightkit/opy-rs/pull/156))
- *(opy)* complete bounded canonical lowering ([#150](https://github.com/wrightkit/opy-rs/pull/150))
- *(opy)* complete audited statement grammar surface ([#146](https://github.com/wrightkit/opy-rs/pull/146))

### Fixed

- *(opy)* complete project preprocessing state ([#154](https://github.com/wrightkit/opy-rs/pull/154))

## [0.1.7](https://github.com/wrightkit/opy-rs/compare/opy-cli-v0.1.6...opy-cli-v0.1.7) - 2026-08-30

### Other
Expand Down
22 changes: 22 additions & 0 deletions crates/opy-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.11](https://github.com/wrightkit/opy-rs/compare/v0.1.10...v0.1.11) - 2026-09-01

### Added

- *(opy)* complete final #88 source convergence ([#156](https://github.com/wrightkit/opy-rs/pull/156))
- *(opy)* complete source semantic and project state convergence ([#155](https://github.com/wrightkit/opy-rs/pull/155))
- *(opy)* complete rule condition and weapon builtins ([#152](https://github.com/wrightkit/opy-rs/pull/152))
- *(opy)* complete bounded canonical lowering ([#150](https://github.com/wrightkit/opy-rs/pull/150))
- *(opy)* expand audited OverPy builtin surface ([#151](https://github.com/wrightkit/opy-rs/pull/151))
- *(opy)* complete semantic HIR subroutine resolution
- *(opy)* complete preprocessing, macros, and project composition ([#147](https://github.com/wrightkit/opy-rs/pull/147))
- *(opy)* complete audited statement grammar surface ([#146](https://github.com/wrightkit/opy-rs/pull/146))

### Fixed

- *(opy)* complete project preprocessing state ([#154](https://github.com/wrightkit/opy-rs/pull/154))
- *(opy)* preserve top-level semantic order

### Other

- Merge pull request #149 from wrightkit/codex/issue-143-semantic-hir

## [0.1.10](https://github.com/wrightkit/opy-rs/compare/v0.1.9...v0.1.10) - 2026-08-31

### Added
Expand Down