Skip to content

Commit 95789ad

Browse files
committed
New release 0.3.2
=== Breaking changes - N/A === New features - N/A === Bug fixes - Leftover: Set minimum supported rust version to 1.77. (caed428) Signed-off-by: Gris Ge <fge@redhat.com>
1 parent caed428 commit 95789ad

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.3.2] - 2025-09-01
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- N/A
8+
9+
### Bug fixes
10+
- Leftover: Set minimum supported rust version to 1.77. (caed428)
11+
212
## [0.3.1] - 2025-08-29
313
### Breaking changes
414
- Set minimum supported rust version to 1.77. (d72680a)

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

0 commit comments

Comments
 (0)