Skip to content

Commit 07fd081

Browse files
github-actions[bot]Dinnerbone
authored andcommitted
chore: release v0.2.3
1 parent a10cc8e commit 07fd081

5 files changed

Lines changed: 16 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.2"
11+
version = "0.2.3"
1212
edition = "2024"
1313
license = "MIT OR Apache-2.0"
1414
repository = "https://github.com/Dinnerbone/Rascal"

crates/cli/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.3](https://github.com/Dinnerbone/Rascal/compare/rascal_cli-v0.2.2...rascal_cli-v0.2.3) - 2026-04-30
11+
12+
### Other
13+
14+
- Support network_sandbox (FileAttributes swf tag) through API and CLI
15+
1016
## [0.2.2](https://github.com/Dinnerbone/Rascal/compare/rascal_cli-v0.2.1...rascal_cli-v0.2.2) - 2026-04-29
1117

1218
### Other

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.2" }
19+
rascal = { path = "../rascal", version = "0.2.3" }
2020

2121
[features]
2222
default = []

crates/rascal/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.3](https://github.com/Dinnerbone/Rascal/compare/rascal-v0.2.2...rascal-v0.2.3) - 2026-04-30
11+
12+
### Other
13+
14+
- Support network_sandbox (FileAttributes swf tag) through API and CLI
15+
1016
## [0.2.2](https://github.com/Dinnerbone/Rascal/compare/rascal-v0.2.1...rascal-v0.2.2) - 2026-04-29
1117

1218
### Other

0 commit comments

Comments
 (0)