Skip to content

Commit

Permalink
Merge pull request #85 from korken89/feature/release
Browse files Browse the repository at this point in the history
Preparing for smlang release v0.8.0
  • Loading branch information
korken89 authored Aug 9, 2024
2 parents e8cc5b4 + 2f4bec6 commit da11ffd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

* None yet!

## [v0.8.0] - 2024-08-07

### Added

- Add transition callback. A function which is called for every transition. It has default empty
Expand Down Expand Up @@ -186,7 +190,8 @@ a long list of states to go through.
* Support for data in states
* Change log added

[Unreleased]: https://github.com/korken89/smlang-rs/compare/v0.7.0...master
[Unreleased]: https://github.com/korken89/smlang-rs/compare/v0.8.0...master
[v0.8.0]: https://github.com/korken89/smlang-rs/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/korken89/smlang-rs/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/korken89/smlang-rs/compare/v0.5.1...v0.6.0
[v0.5.1]: https://github.com/korken89/smlang-rs/compare/v0.5.0...v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "A no-std state machine language DSL"
keywords = ["dsl", "statemachine"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/korken89/smlang-rs"
version = "0.7.0"
version = "0.8.0"
edition = "2018"
readme = "README.md"

Expand Down

0 comments on commit da11ffd

Please sign in to comment.