Skip to content

Commit ef90bd8

Browse files
committed
New release 0.3.1
=== Breaking changes - Set minimum supported rust version to 1.77. (d72680a) === New features - N/A === Bug fixes - Fix compiling error on rust 1.77. (d72680a) Signed-off-by: Gris Ge <fge@redhat.com>
1 parent 10be32e commit ef90bd8

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
2-
## [0.3.0] - 2024-09-21
2+
## [0.3.1] - 2025-08-29
3+
### Breaking changes
4+
- Set minimum supported rust version to 1.77. (d72680a)
5+
6+
### New features
7+
- N/A
8+
9+
### Bug fixes
10+
- Fix compiling error on rust 1.77. (d72680a)
11+
12+
## [0.3.0] - 2025-08-27
313
### Breaking changes
414
- Replace `Nl80211Cmd` with `Nl80211Command`. (21896a4)
515

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.0"
4+
version = "0.3.1"
55
authors = ["Gris Ge <fge@redhat.com>"]
66
license = "MIT"
77
edition = "2021"

0 commit comments

Comments
 (0)