Skip to content

Commit

Permalink
Prepare 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Oct 31, 2024
1 parent 1e8e0d8 commit ad7832b
Show file tree
Hide file tree
Showing 3 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.3.0] - 2024-10-31
### `profirust`
#### Fixed
- Fixed compiler warnings due to superfluous `#[cfg]` gates.
Expand Down Expand Up @@ -54,7 +57,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.2.1...HEAD
[Unreleased]: https://github.com/rahix/profirust/compare/v0.3.0...HEAD
[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
[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
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.2.0"
version = "0.3.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.2.1"
version = "0.3.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.2.0", path = "../gsd-parser/" }
gsd-parser = { version = "0.3.0", path = "../gsd-parser/" }
gumdrop = "0.8.1"

0 comments on commit ad7832b

Please sign in to comment.