Skip to content

Commit 59ab2cb

Browse files
committed
Release
1 parent 6bff344 commit 59ab2cb

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 @@ A pure Rust EtherCAT MainDevice supporting std and no_std environments.
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.6.0] - 2025-03-29
10+
911
### Added
1012

1113
- [#234](https://github.com/ethercrab-rs/ethercrab/pull/234) Added `SubDeviceRef::sdo_write_array`
@@ -564,8 +566,9 @@ A pure Rust EtherCAT MainDevice supporting std and no_std environments.
564566
- Initial release
565567

566568
<!-- next-url -->
569+
[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.6.0...HEAD
567570

568-
[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.6...HEAD
571+
[0.6.0]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.6...ethercrab-v0.6.0
569572
[0.5.6]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.5...ethercrab-v0.5.6
570573
[0.5.5]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.4...ethercrab-v0.5.5
571574
[0.5.4]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.5.3...ethercrab-v0.5.4

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.0"
4+
version = "0.6.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

0 commit comments

Comments
 (0)