Skip to content

Commit

Permalink
New release 0.2.0
Browse files Browse the repository at this point in the history
=== Breaking changes
 - Changed `Nl80211Attr::WiPhyFreq` to `Nl80211Attr::WiphyFreq`. (2a4dbe1)
 - Changed `Nl80211StationInfo::Signal` from u8 to i8. (79e4010)
 - Changed Nl80211Message.nlas to Nl80211Message.attributes. (1b6679d)

=== New features
 - Add support of parsing netlink message reply of `iw phy`. (2a4dbe1)
 - Add support of station. (19d03a5)

=== Bug fixes
 - N/A

Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Sep 21, 2024
1 parent c8e5e05 commit 91a840d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog
## [0.2.0] - 2024-09-21
### Breaking changes
- Changed `Nl80211Attr::WiPhyFreq` to `Nl80211Attr::WiphyFreq`. (2a4dbe1)
- Changed `Nl80211StationInfo::Signal` from u8 to i8. (79e4010)
- Changed Nl80211Message.nlas to Nl80211Message.attributes. (1b6679d)

### New features
- Add support of parsing netlink message reply of `iw phy`. (2a4dbe1)
- Add support of station. (19d03a5)

### Bug fixes
- N/A

## [0.1.2] - 2023-07-10
### Breaking changes
- N/A
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
# The crate name `nl80211` is occupied
name = "wl-nl80211"
version = "0.1.2"
version = "0.2.0"
authors = ["Gris Ge <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down

0 comments on commit 91a840d

Please sign in to comment.