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