From 707b971c1d2dd933a734384a78fad5558e943554 Mon Sep 17 00:00:00 2001 From: James Waples Date: Sat, 21 Dec 2024 12:07:15 +0000 Subject: [PATCH] Release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fdab96..63a0724b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ An EtherCAT master written in Rust. ## [Unreleased] - ReleaseDate +## [0.5.2] - 2024-12-21 + ### Removed - **(breaking)** [#260](https://github.com/ethercrab-rs/ethercrab/pull/260) The `PduError::NoWaker` @@ -449,8 +451,9 @@ An EtherCAT master written in Rust. - Initial release +[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.2...HEAD -[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.1...HEAD +[0.5.2]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.1...ethercrab-v0.5.2 [0.5.1]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.0...ethercrab-v0.5.1 [0.5.0]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.2...ethercrab-v0.5.0 [0.4.2]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.1...ethercrab-v0.4.2 diff --git a/Cargo.toml b/Cargo.toml index 2d9d250d..73c3803f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ethercrab" categories = ["science::robotics", "no-std", "network-programming"] -version = "0.5.1" +version = "0.5.2" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"