Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Mar 31, 2024
1 parent 8688b2c commit ca30dfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ethercrab-wire-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Derives for `ethercrab`.

## [Unreleased] - ReleaseDate

## [0.1.4] - 2024-03-31

### Fixed

- [#207](https://github.com/ethercrab-rs/ethercrab/pull/207) Generate `EtherCrabWireSized` for
Expand Down Expand Up @@ -35,8 +37,9 @@ Derives for `ethercrab`.
- Initial release

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

[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-derive-v0.1.3...HEAD
[0.1.4]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-derive-v0.1.3...ethercrab-wire-derive-v0.1.4
[0.1.3]:
https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-derive-v0.1.2...ethercrab-wire-derive-v0.1.3
[0.1.2]:
Expand Down
2 changes: 1 addition & 1 deletion ethercrab-wire-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethercrab-wire-derive"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
categories = ["science::robotics", "no-std", "network-programming"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ethercrab-wire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.75"

[dependencies]
defmt = { version = "0.3.5", optional = true }
ethercrab-wire-derive = { version = "0.1.3", path = "../ethercrab-wire-derive" }
ethercrab-wire-derive = { version = "0.1.4", path = "../ethercrab-wire-derive" }
heapless = { version = "0.8.0", default-features = false }

[features]
Expand Down

0 comments on commit ca30dfc

Please sign in to comment.