Skip to content

Commit

Permalink
Prepare 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Dec 20, 2024
1 parent bc496ad commit 98bb4bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.5.0] - 2024-12-20
### `profirust`
#### Added
- Added a `SerialPortPhy` implementation (feature `phy-serial`) which uses an
Expand Down Expand Up @@ -138,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial Release.


[Unreleased]: https://github.com/rahix/profirust/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/rahix/profirust/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/rahix/profirust/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/rahix/profirust/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/rahix/profirust/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/rahix/profirust/compare/v0.2.0...v0.2.1
Expand Down
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.4.0"
version = "0.5.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.3.0"
version = "0.5.0"
edition = "2021"

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

description = "CLI utility for PROFIBUS GSD files (Generic Station Descripions)"
Expand All @@ -16,5 +16,5 @@ homepage = "https://github.com/rahix/profirust/tree/main/gsdtool"
bitvec = "1.0.1"
console = { version = "0.15.7", default-features = false }
dialoguer = { version = "0.10.4", default-features = false, features = ["editor", "fuzzy-select"] }
gsd-parser = { version = "0.3.0", path = "../gsd-parser/" }
gsd-parser = { version = "0.5.0", path = "../gsd-parser/" }
gumdrop = "0.8.1"

0 comments on commit 98bb4bb

Please sign in to comment.