Skip to content

Commit 1507a00

Browse files
committed
Prepare 0.6.0
1 parent f1a2117 commit 1507a00

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [0.6.0] - 2025-02-23
811
### `profirust`
912
#### Changed
1013
- Upgraded to `rp2040-hal` version 0.10.
@@ -179,7 +182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179182
Initial Release.
180183

181184

182-
[Unreleased]: https://github.com/rahix/profirust/compare/v0.5.1...HEAD
185+
[Unreleased]: https://github.com/rahix/profirust/compare/v0.6.0...HEAD
186+
[0.6.0]: https://github.com/rahix/profirust/compare/v0.5.1...v0.6.0
183187
[0.5.1]: https://github.com/rahix/profirust/compare/v0.5.0...v0.5.1
184188
[0.5.0]: https://github.com/rahix/profirust/compare/v0.4.0...v0.5.0
185189
[0.4.0]: https://github.com/rahix/profirust/compare/v0.3.0...v0.4.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "profirust"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2021"
55

66
description = "PROFIBUS-DP compatible communication stack in pure Rust"

gsd-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gsd-parser"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55

66
description = "Parser for PROFIBUS GSD files (Generic Station Description)"

gsdtool/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gsdtool"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)