Skip to content

Commit

Permalink
Release the 3.9.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Jan 4, 2025
1 parent b69ff88 commit 1c939f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [3.9.2] (2025-01-05)

- Fix `uname` usage on NetBSD. (#392)

## [3.9.1] (2024-12-22)

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

[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.9.1...HEAD
[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.9.2...HEAD

[3.9.2]: https://github.com/stanislav-tkach/os_info/compare/v3.9.1...v3.9.2

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

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "os_info"
path = "src/main.rs"

[dependencies]
os_info = { version = "3.9.1", default-features = false, path = "../os_info" }
os_info = { version = "3.9.2", default-features = false, path = "../os_info" }
log.workspace = true
env_logger = "0.11"
clap = { version = "4", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion os_info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "os_info"
version = "3.9.1"
version = "3.9.2"
authors = ["Jan Schulte <[email protected]>", "Stanislav Tkach <[email protected]>"]
description = "Detect the operating system type and version."
documentation = "https://docs.rs/os_info"
Expand Down

0 comments on commit 1c939f1

Please sign in to comment.