Skip to content

Commit 91eed11

Browse files
github-actions[bot]Dinnerbone
authored andcommitted
chore: release v0.2.5
1 parent 05a1c7c commit 91eed11

4 files changed

Lines changed: 17 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.4"
11+
version = "0.2.5"
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.4" }
19+
rascal = { path = "../rascal", version = "0.2.5" }
2020

2121
[features]
2222
default = []

crates/rascal/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.5](https://github.com/Dinnerbone/Rascal/compare/rascal-v0.2.4...rascal-v0.2.5) - 2026-05-09
11+
12+
### Other
13+
14+
- Fix `x instanceof Foo && otherExpr`
15+
- Store variables and parameters in registers; implements DefineFunction2 properly
16+
- Resolve ast Vec<Declaration> to single declarations
17+
- Added function level scoping
18+
- Change hir::Script(Vec<StatementKind>) to {statements: ...}
19+
- Introduce MutVisitor, switch simplifying to use it
20+
- Remove hir::ConstantKind::This
21+
- Support reading and writing of DefineFunction2
22+
1023
## [0.2.4](https://github.com/Dinnerbone/Rascal/compare/rascal-v0.2.3...rascal-v0.2.4) - 2026-05-02
1124

1225
### Other

0 commit comments

Comments
 (0)