Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resolver = "3"

[workspace.package]
authors = ["Nathan Adams <dinnerbone@dinnerbone.com>"]
version = "0.3.4"
version = "0.3.5"
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Dinnerbone/Rascal"
Expand Down
6 changes: 6 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-06-10

### 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
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
11 changes: 11 additions & 0 deletions crates/rascal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ 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-06-10

### Fixed

- *(codegen)* Stop adding to constants if the constants tag will become full.

### Other

- *(deps)* bump log from 0.4.28 to 0.4.31
- 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
Expand Down