Skip to content

Commit 89de53f

Browse files
committed
Release
1 parent 2065cae commit 89de53f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ smoltcp = { version = "0.11.0", default-features = false, features = [
4040
"socket-raw",
4141
"medium-ethernet",
4242
] }
43-
ethercrab-wire = { version = "0.1.2", path = "./ethercrab-wire" }
43+
ethercrab-wire = { version = "0.1.3", path = "./ethercrab-wire" }
4444

4545
[target.'cfg(target_os = "windows")'.dependencies]
4646
pnet_datalink = { version = "0.34.0", features = ["std"], optional = true }

ethercrab-wire/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Primarily used by `ethercrab`.
99

1010
## [Unreleased] - ReleaseDate
1111

12+
## [0.1.3] - 2024-03-27
13+
1214
### Added
1315

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

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

34-
[unreleased]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-v0.1.2...HEAD
37+
[0.1.3]: https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-v0.1.2...ethercrab-wire-v0.1.3
3538
[0.1.2]:
3639
https://github.com/ethercrab-rs/ethercrab/compare/ethercrab-wire-v0.1.1...ethercrab-wire-v0.1.2
3740
[0.1.1]:

ethercrab-wire/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethercrab-wire"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
categories = ["science::robotics", "no-std", "network-programming"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)