Skip to content

Commit f5f3240

Browse files
committed
New release 0.4.0
=== Breaking changes - station: Use bitflag for Nl80211StationFlags. (2913d4d) - station: Hide all public constants in rate_info. (88e675d) === New features - Add support for creating and deleting interfaces. (600ed26) === Bug fixes - make Nl80211ElementRsn public. (2f74341) - Add spelling CI job and fix further typos. (243c821) - Remove debug and todo statements. (105e614) Signed-off-by: Gris Ge <fge@redhat.com>
1 parent 2913d4d commit f5f3240

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Changelog
2+
## [0.4.0] - 2025-11-11
3+
### Breaking changes
4+
- station: Use bitflag for Nl80211StationFlags. (2913d4d)
5+
- station: Hide all public constants in rate_info. (88e675d)
6+
7+
### New features
8+
- Add support for creating and deleting interfaces. (600ed26)
9+
10+
### Bug fixes
11+
- make Nl80211ElementRsn public. (2f74341)
12+
- Add spelling CI job and fix further typos. (243c821)
13+
- Remove debug and todo statements. (105e614)
14+
215
## [0.3.2] - 2025-09-01
316
### Breaking changes
417
- N/A

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
# The crate name `nl80211` is occupied
33
name = "wl-nl80211"
4-
version = "0.3.2"
4+
version = "0.4.0"
55
authors = ["Gris Ge <fge@redhat.com>"]
66
license = "MIT"
77
edition = "2021"

0 commit comments

Comments
 (0)