Skip to content

Commit

Permalink
release: version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Oct 2, 2024
1 parent cde24f0 commit 1ceb30f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# [Unreleased]


# [0.6.1] - 2024-10-02

## Changed

- Development setup changed to use [Nix package manager](https://nixos.org/).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ authors = ["Igor R. Dejanović <[email protected]>"]
keywords = ["parser", "generator", "LR", "grammar"]
categories = ["parsing"]
license = "Apache-2.0 OR MIT"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
rust-version = "1.74"
2 changes: 1 addition & 1 deletion docs/src/tutorials/calculator/calculator1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ regex = { version = "1.7.1", default-features = false, features = ["std", "unico
colored = "2"
# A relative path to rustemo crate is used here for usage in the rustemo project tree.
# In your projects you should just specify the version.
rustemo = { version = "0.6.0", path = "../../../../../rustemo" }
rustemo = { version = "0.6", path = "../../../../../rustemo" }
# ANCHOR_END: tutorial

[dev-dependencies]
Expand Down

0 comments on commit 1ceb30f

Please sign in to comment.