Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release 0.2.0 #16

Merged
merged 1 commit into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading