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 2065cae commit 89de53f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ smoltcp = { version = "0.11.0", default-features = false, features = [
"socket-raw",
"medium-ethernet",
] }
ethercrab-wire = { version = "0.1.2", path = "./ethercrab-wire" }
ethercrab-wire = { version = "0.1.3", path = "./ethercrab-wire" }

[target.'cfg(target_os = "windows")'.dependencies]
pnet_datalink = { version = "0.34.0", features = ["std"], optional = true }
Expand Down
5 changes: 4 additions & 1 deletion ethercrab-wire/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Primarily used by `ethercrab`.

## [Unreleased] - ReleaseDate

## [0.1.3] - 2024-03-27

### Added

- [#183](https://github.com/ethercrab-rs/ethercrab/pull/183) Add support for encoding/decoding
Expand All @@ -30,8 +32,9 @@ Primarily used by `ethercrab`.
- Initial release

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

[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-v0.1.2...HEAD
[0.1.3]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-v0.1.2...ethercrab-wire-v0.1.3
[0.1.2]:
https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-v0.1.1...ethercrab-wire-v0.1.2
[0.1.1]:
Expand Down
2 changes: 1 addition & 1 deletion ethercrab-wire/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethercrab-wire"
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

0 comments on commit 89de53f

Please sign in to comment.