Skip to content

Commit 707b971

Browse files
committed
Release
1 parent 67a80b6 commit 707b971

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ An EtherCAT master written in Rust.
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.5.2] - 2024-12-21
10+
911
### Removed
1012

1113
- **(breaking)** [#260](https://github.com/ethercrab-rs/ethercrab/pull/260) The `PduError::NoWaker`
@@ -449,8 +451,9 @@ An EtherCAT master written in Rust.
449451
- Initial release
450452

451453
<!-- next-url -->
454+
[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.2...HEAD
452455

453-
[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.1...HEAD
456+
[0.5.2]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.1...ethercrab-v0.5.2
454457
[0.5.1]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.0...ethercrab-v0.5.1
455458
[0.5.0]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.2...ethercrab-v0.5.0
456459
[0.4.2]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.1...ethercrab-v0.4.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ethercrab"
33
categories = ["science::robotics", "no-std", "network-programming"]
4-
version = "0.5.1"
4+
version = "0.5.2"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

0 commit comments

Comments
 (0)