Skip to content

Commit df31fee

Browse files
committed
Release
1 parent f40da84 commit df31fee

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.4.0] - 2024-03-31
10+
911
### Changed
1012

1113
- **(breaking)** [#134](https://github.com/ethercrab-rs/ethercrab/pull/134) Bump MSRV to 1.75.0
@@ -361,8 +363,9 @@ An EtherCAT master written in Rust.
361363
- Initial release
362364

363365
<!-- next-url -->
366+
[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.0...HEAD
364367

365-
[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/v0.3.6...HEAD
368+
[0.4.0]: https://github.com/ethercrab-rs/ethercrab/compare/v0.3.6...ethercrab-v0.4.0
366369
[0.3.7]: https://github.com/ethercrab-rs/ethercrab/compare/v0.3.6...v0.3.7
367370
[0.3.6]: https://github.com/ethercrab-rs/ethercrab/compare/v0.3.5...v0.3.6
368371
[0.3.5]: https://github.com/ethercrab-rs/ethercrab/compare/v0.3.4...v0.3.5

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

0 commit comments

Comments
 (0)