From a09eb6afe470f9047e540402ed658fa74abdc1db Mon Sep 17 00:00:00 2001 From: Rahix Date: Thu, 9 May 2024 12:12:21 +0200 Subject: [PATCH] Prepare v0.2.0 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- gsd-parser/Cargo.toml | 2 +- gsdtool/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0206e78..1277adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 945ec9a..3bf4038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/gsd-parser/Cargo.toml b/gsd-parser/Cargo.toml index 8c6529e..e88608b 100644 --- a/gsd-parser/Cargo.toml +++ b/gsd-parser/Cargo.toml @@ -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)" diff --git a/gsdtool/Cargo.toml b/gsdtool/Cargo.toml index f2f4994..09229fd 100644 --- a/gsdtool/Cargo.toml +++ b/gsdtool/Cargo.toml @@ -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)"