Skip to content

Commit

Permalink
Prepare v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed May 9, 2024
1 parent 0bef4c4 commit a09eb6a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [0.2.0] - 2024-05-09
### `profirust`
#### Added
- The live-list now correctly mirrors the state of _all_ stations on the bus,
Expand Down Expand Up @@ -37,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial Release.


[Unreleased]: https://github.com/rahix/profirust/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/rahix/profirust/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/rahix/profirust/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/rahix/profirust/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/rahix/profirust/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "profirust"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

description = "PROFIBUS-DP compatible communication stack in pure Rust"
Expand Down
2 changes: 1 addition & 1 deletion gsd-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gsd-parser"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

description = "Parser for PROFIBUS GSD files (Generic Station Description)"
Expand Down
2 changes: 1 addition & 1 deletion gsdtool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gsdtool"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

description = "CLI utility for PROFIBUS GSD files (Generic Station Descripions)"
Expand Down

0 comments on commit a09eb6a

Please sign in to comment.