From 26fd80038246287ef1f6f3eef3c365be88a6323d Mon Sep 17 00:00:00 2001 From: "rascal-releaser[bot]" <284405409+rascal-releaser[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 00:47:49 +0000 Subject: [PATCH] chore: release v0.3.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/cli/CHANGELOG.md | 6 ++++++ crates/cli/Cargo.toml | 2 +- crates/rascal/CHANGELOG.md | 6 ++++++ 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59b8b9c..adbde36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,7 +514,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rascal" -version = "0.3.4" +version = "0.3.5" dependencies = [ "annotate-snippets", "byteorder", @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "rascal_cli" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index be5bbb3..dda2535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "3" [workspace.package] authors = ["Nathan Adams "] -version = "0.3.4" +version = "0.3.5" 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 982f415..0ca2dd9 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.5](https://github.com/Dinnerbone/Rascal/compare/rascal_cli-v0.3.4...rascal_cli-v0.3.5) - 2026-05-17 + +### Other + +- release v0.3.3 + ## [0.3.4](https://github.com/Dinnerbone/Rascal/compare/rascal_cli-v0.3.2...rascal_cli-v0.3.4) - 2026-05-17 ### Other diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index a5f45d7..971ed78 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.4" } +rascal = { path = "../rascal", version = "0.3.5" } [features] default = [] diff --git a/crates/rascal/CHANGELOG.md b/crates/rascal/CHANGELOG.md index 125dc78..07e62a8 100644 --- a/crates/rascal/CHANGELOG.md +++ b/crates/rascal/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.5](https://github.com/Dinnerbone/Rascal/compare/rascal-v0.3.4...rascal-v0.3.5) - 2026-05-17 + +### Other + +- release v0.3.3 + ## [0.3.4](https://github.com/Dinnerbone/Rascal/compare/rascal-v0.3.2...rascal-v0.3.4) - 2026-05-17 ### Added