From ff496ecada361433075cdafb0a705fcaef126d53 Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Mon, 1 Sep 2025 17:31:59 +0800 Subject: [PATCH] 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 --- CHANGELOG | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 071b626..487d5b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,14 @@ # Changelog +## [0.3.2] - 2025-09-01 +### Breaking changes + - N/A + +### New features + - N/A + +### Bug fixes + - Leftover: Set minimum supported rust version to 1.77. (caed428) + ## [0.3.1] - 2025-08-29 ### Breaking changes - Set minimum supported rust version to 1.77. (d72680a) diff --git a/Cargo.toml b/Cargo.toml index 9768dd0..19c32f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # The crate name `nl80211` is occupied name = "wl-nl80211" -version = "0.3.1" +version = "0.3.2" authors = ["Gris Ge "] license = "MIT" edition = "2021"