Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed May 11, 2024
1 parent ba43061 commit a7b42b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog][keepachangelog], and this project
adheres to [Semantic Versioning][semver].

## [Unreleased]

## [0.6.2] - 2024-05-11
### Changed
* Update documentation.
### Added
Expand Down Expand Up @@ -73,7 +75,8 @@ adheres to [Semantic Versioning][semver].
[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html

[Unreleased]: https://github.com/eugene-babichenko/rust-fsm/compare/v0.6.1...HEAD
[Unreleased]: https://github.com/eugene-babichenko/rust-fsm/compare/v0.6.2...HEAD
[0.6.2]: https://github.com/eugene-babichenko/rust-fsm/compare/v0.6.2...v0.6.1
[0.6.1]: https://github.com/eugene-babichenko/rust-fsm/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/eugene-babichenko/rust-fsm/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/eugene-babichenko/rust-fsm/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion rust-fsm-dsl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "../README.md"
license = "MIT"
categories = ["data-structures", "rust-patterns"]
keywords = ["fsm"]
version = "0.6.1"
version = "0.6.2"
authors = ["Yevhenii Babichenko"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions rust-fsm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "../README.md"
license = "MIT"
categories = ["data-structures", "rust-patterns"]
keywords = ["fsm"]
version = "0.6.1"
version = "0.6.2"
authors = ["Yevhenii Babichenko"]
edition = "2018"

Expand All @@ -18,7 +18,7 @@ std = []
dsl = ["rust-fsm-dsl"]

[dependencies]
rust-fsm-dsl = { path = "../rust-fsm-dsl", version = "0.6.1", optional = true }
rust-fsm-dsl = { path = "../rust-fsm-dsl", version = "0.6.2", optional = true }

[profile.dev]
panic = "abort"

0 comments on commit a7b42b5

Please sign in to comment.