Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Oct 3, 2024
1 parent 799e1b1 commit 8346b6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ An EtherCAT master written in Rust.

## [Unreleased] - ReleaseDate

## [0.4.4] - 2024-10-03

### Added

- [#239](https://github.com/ethercrab-rs/ethercrab/pull/239) Add
Expand Down Expand Up @@ -399,8 +401,9 @@ An EtherCAT master written in Rust.
- Initial release

<!-- next-url -->
[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.4...HEAD

[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.3...HEAD
[0.4.4]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.3...ethercrab-v0.4.4
[0.4.3]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.2...ethercrab-v0.4.3
[0.4.2]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.1...ethercrab-v0.4.2
[0.4.1]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-v0.4.0...ethercrab-v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ethercrab"
categories = ["science::robotics", "no-std", "network-programming"]
version = "0.4.3"
version = "0.4.4"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 8346b6b

Please sign in to comment.