Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Mar 27, 2024
1 parent 8dbf2f0 commit 2065cae
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.3] - 2024-03-27

## [0.1.2] - 2024-02-03

### Changed
Expand All @@ -28,7 +30,8 @@ Derives for `ethercrab`.
- Initial release

<!-- next-url -->
[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-derive-v0.1.2...HEAD
[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-derive-v0.1.3...HEAD
[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]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-derive-v0.1.1...ethercrab-wire-derive-v0.1.2
[0.1.1]:
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.2"
version = "0.1.3"
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.2", path = "../ethercrab-wire-derive" }
ethercrab-wire-derive = { version = "0.1.3", path = "../ethercrab-wire-derive" }
heapless = { version = "0.8.0", default-features = false }

[features]
Expand Down

0 comments on commit 2065cae

Please sign in to comment.