We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e58938 commit 2fe7a29Copy full SHA for 2fe7a29
CHANGELOG
@@ -0,0 +1,10 @@
1
+# Changelog
2
+## [0.1.1] - 2023-01-28
3
+### Breaking changes
4
+ - N/A
5
+
6
+### New features
7
8
9
+### Bug fixes
10
+ - Use latest rust-netlink crates. (a5f55b5)
Cargo.toml
@@ -1,7 +1,7 @@
[package]
# The crate name `nl80211` is occupied
name = "wl-nl80211"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Gris Ge <fge@redhat.com>"]
license = "MIT"
edition = "2018"
0 commit comments