We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5d28d commit ee85dc0Copy full SHA for ee85dc0
2 files changed
CHANGELOG.md
@@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file.
5
6
### Changed
7
8
+## [0.7.1] - 2025-09-17
9
+### Changed
10
+- FreeBSD-specific fixes for 2024 edition update.
11
+
12
## [0.7.0] - 2025-09-17
13
-- Update Rust edition to 2024
-- Update thiserror to ^2.0
14
+- Update Rust edition to 2024.
15
+- Update thiserror to ^2.0.
16
17
## [0.6.0] - 2024-09-10
18
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sysctl"
3
-version = "0.7.0"
+version = "0.7.1"
4
edition = "2024"
authors = [
"Johannes Lundberg <johalun0@gmail.com>",
0 commit comments