diff --git a/Cargo.lock b/Cargo.lock index 4b49591..cafc118 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "opy-cli" -version = "0.1.8" +version = "0.1.9" dependencies = [ "clap", "clap_complete", @@ -378,7 +378,7 @@ dependencies = [ [[package]] name = "opy-rs" -version = "0.1.8" +version = "0.1.9" dependencies = [ "libquickjs-ng-sys", "serde", diff --git a/Cargo.toml b/Cargo.toml index 09add91..f38ecaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,14 +3,14 @@ members = ["crates/opy-rs", "crates/opy-cli"] resolver = "3" [workspace.package] -version = "0.1.8" +version = "0.1.9" 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.8" } +opy-rs = { path = "crates/opy-rs", version = "0.1.9" } libquickjs-ng-sys = "0.13.0" serde = "1" serde_json = "1" diff --git a/crates/opy-rs/CHANGELOG.md b/crates/opy-rs/CHANGELOG.md index c62ed44..646632f 100644 --- a/crates/opy-rs/CHANGELOG.md +++ b/crates/opy-rs/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.9](https://github.com/wrightkit/opy-rs/compare/v0.1.8...v0.1.9) - 2026-08-31 + +### Added + +- *(opy-compiler)* support player-variable range binders ([#136](https://github.com/wrightkit/opy-rs/pull/136)) + +### Fixed + +- *(opy)* accept mainFile in included sources ([#134](https://github.com/wrightkit/opy-rs/pull/134)) +- *(opy)* support numeric Team enum members ([#135](https://github.com/wrightkit/opy-rs/pull/135)) + ## [0.1.8](https://github.com/wrightkit/opy-rs/compare/v0.1.7...v0.1.8) - 2026-08-30 ### Added