Skip to content

Commit 594799c

Browse files
github-actions[bot]Dinnerbone
authored andcommitted
chore: release v0.2.4
1 parent c787651 commit 594799c

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resolver = "3"
88

99
[workspace.package]
1010
authors = ["Nathan Adams <dinnerbone@dinnerbone.com>"]
11-
version = "0.2.3"
11+
version = "0.2.4"
1212
edition = "2024"
1313
license = "MIT OR Apache-2.0"
1414
repository = "https://github.com/Dinnerbone/Rascal"

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616
[dependencies]
1717
anyhow = "1"
1818
clap = { version = "4", features = ["derive"] }
19-
rascal = { path = "../rascal", version = "0.2.3" }
19+
rascal = { path = "../rascal", version = "0.2.4" }
2020

2121
[features]
2222
default = []

crates/rascal/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.4](https://github.com/Dinnerbone/Rascal/compare/rascal-v0.2.3...rascal-v0.2.4) - 2026-05-02
11+
12+
### Other
13+
14+
- Fix codegen for try-catch (jump to end after try statements)
15+
- Update try_catch test with (broken) try{/*no throw*/}catch(){} examples
16+
1017
## [0.2.3](https://github.com/Dinnerbone/Rascal/compare/rascal-v0.2.2...rascal-v0.2.3) - 2026-04-30
1118

1219
### Other

0 commit comments

Comments
 (0)