Skip to content

Commit

Permalink
Commit new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Nov 2, 2023
1 parent 8c1123f commit e362003
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.3.2] - 2023-11-02

### Added

- [#122] Added `Slave{Ref}::propagation_delay()` to get the EtherCAT propagation delay for a
Expand Down Expand Up @@ -203,8 +205,9 @@ An EtherCAT master written in Rust.
- Initial release

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

[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/v0.3.0...HEAD
[0.3.2]: https://github.com/ethercrab-rs/ethercrab/compare/v0.3.0...v0.3.2
[0.3.1]: https://github.com/ethercrab-rs/ethercrab/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/ethercrab-rs/ethercrab/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/ethercrab-rs/ethercrab/compare/v0.2.0...v0.2.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.3.1"
version = "0.3.2"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit e362003

Please sign in to comment.