Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
release ethtool, genetlink, netlink-packet-wireguard
Browse files Browse the repository at this point in the history
ref: #223
  • Loading branch information
little-dude committed Jan 15, 2022
1 parent 4889ef8 commit db19d7a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@
### New Features
### Bug fixes

## [20211229] 2022-01-15

### Versioning

* ethtool 0.2.0 -> 0.2.1 (0.2.0 yanked)
* genetlink 0.2.0 -> 0.2.1 (0.2.0 yanked)
* netlink-packet-wireguard -> 0.1.1 (0.1.0 yanked)

### Breaking changes

None

### New Features

None

### Bug fixes

Fix dependencies in the netlink generic crates. See: https://github.com/little-dude/netlink/pull/223/files


## [20211229] 2021-12-29

### Versioning
Expand Down
4 changes: 2 additions & 2 deletions ethtool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethtool"
version = "0.2.0"
version = "0.2.1"
authors = ["Gris Ge <fge@redhat.com>"]
license = "MIT"
edition = "2018"
Expand All @@ -24,7 +24,7 @@ anyhow = "1.0.44"
async-std = { version = "1.9.0", optional = true}
byteorder = "1.4.3"
futures = "0.3.17"
genetlink = { default-features = false, version = "0.2.0"}
genetlink = { default-features = false, version = "0.2.1"}
log = "0.4.14"
netlink-packet-core = "0.4.0"
netlink-packet-generic = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion genetlink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genetlink"
version = "0.2.0"
version = "0.2.1"
authors = ["Leo <leo881003@gmail.com>"]
edition = "2018"
homepage = "https://github.com/little-dude/netlink"
Expand Down
4 changes: 2 additions & 2 deletions netlink-packet-wireguard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netlink-packet-wireguard"
version = "0.1.0"
version = "0.1.1"
authors = ["Leo <leo881003@gmail.com>"]
edition = "2018"
homepage = "https://github.com/little-dude/netlink"
Expand All @@ -24,5 +24,5 @@ env_logger = "0.9.0"
futures = "0.3.16"
netlink-packet-core = "0.4.0"
netlink-proto = "0.9.0"
genetlink = "0.2.0"
genetlink = "0.2.1"
tokio = { version = "1.9.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit db19d7a

Please sign in to comment.