File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " ethercrab"
33categories = [" science::robotics" , " no-std" , " network-programming" ]
4- version = " 0.5 .0"
4+ version = " 0.6 .0"
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77readme = " README.md"
You can’t perform that action at this time.
0 commit comments