Skip to content

Commit 983ee17

Browse files
Merge pull request #393 from stanislav-tkach/release-3-9-2
Release the 3.9.2 version
2 parents b69ff88 + 1c939f1 commit 983ee17

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [3.9.2] (2025-01-05)
8+
9+
- Fix `uname` usage on NetBSD. (#392)
10+
711
## [3.9.1] (2024-12-22)
812

913
- Reduce the published crate size by excluding the test data. (#390)
@@ -346,7 +350,9 @@ All notable changes to this project will be documented in this file.
346350
The first release containing only minor infrastructural changes and based
347351
on [os_type](https://github.com/schultyy/os_type).
348352

349-
[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.9.1...HEAD
353+
[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.9.2...HEAD
354+
355+
[3.9.2]: https://github.com/stanislav-tkach/os_info/compare/v3.9.1...v3.9.2
350356

351357
[3.9.1]: https://github.com/stanislav-tkach/os_info/compare/v3.9.0...v3.9.1
352358

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "os_info"
1818
path = "src/main.rs"
1919

2020
[dependencies]
21-
os_info = { version = "3.9.1", default-features = false, path = "../os_info" }
21+
os_info = { version = "3.9.2", default-features = false, path = "../os_info" }
2222
log.workspace = true
2323
env_logger = "0.11"
2424
clap = { version = "4", features = ["derive"] }

os_info/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "os_info"
3-
version = "3.9.1"
3+
version = "3.9.2"
44
authors = ["Jan Schulte <[email protected]>", "Stanislav Tkach <[email protected]>"]
55
description = "Detect the operating system type and version."
66
documentation = "https://docs.rs/os_info"

0 commit comments

Comments
 (0)