From e1e2bdedd44ccab54c17b55b6c43eacbb0f34594 Mon Sep 17 00:00:00 2001 From: "rascal-releaser[bot]" <284405409+rascal-releaser[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 16:40:56 +0000 Subject: [PATCH] chore: release v0.3.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/cli/CHANGELOG.md | 6 ++++++ crates/cli/Cargo.toml | 2 +- crates/rascal/CHANGELOG.md | 8 ++++++++ 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c41a1f..2de5926 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -527,7 +527,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rascal" -version = "0.3.5" +version = "0.3.6" dependencies = [ "annotate-snippets", "indexmap", @@ -539,7 +539,7 @@ dependencies = [ [[package]] name = "rascal_cli" -version = "0.3.5" +version = "0.3.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index dda2535..08c8890 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "3" [workspace.package] authors = ["Nathan Adams "] -version = "0.3.5" +version = "0.3.6" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/Dinnerbone/Rascal" diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 026ac19..b5a5d36 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.6](https://github.com/Dinnerbone/Rascal/compare/rascal_cli-v0.3.5...rascal_cli-v0.3.6) - 2026-09-06 + +### Other + +- update Cargo.lock dependencies + ## [0.3.5](https://github.com/Dinnerbone/Rascal/compare/rascal_cli-v0.3.4...rascal_cli-v0.3.5) - 2026-06-10 ### Other diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 971ed78..d86d337 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -16,7 +16,7 @@ path = "src/main.rs" [dependencies] anyhow = "1" clap = { version = "4", features = ["derive"] } -rascal = { path = "../rascal", version = "0.3.5" } +rascal = { path = "../rascal", version = "0.3.6" } [features] default = [] diff --git a/crates/rascal/CHANGELOG.md b/crates/rascal/CHANGELOG.md index 05bf841..cd9223d 100644 --- a/crates/rascal/CHANGELOG.md +++ b/crates/rascal/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.6](https://github.com/Dinnerbone/Rascal/compare/rascal-v0.3.5...rascal-v0.3.6) - 2026-09-06 + +### Other + +- *(codegen)* Simply swf writing to match swf crate +- Update swf to 0.3.0 +- Appease new clippy lints + ## [0.3.5](https://github.com/Dinnerbone/Rascal/compare/rascal-v0.3.4...rascal-v0.3.5) - 2026-06-10 ### Fixed