Skip to content

Commit

Permalink
Release the 3.10.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Feb 8, 2025
1 parent 6d7ea4f commit d189e7d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions 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.10.0] (2025-02-09)

- Bluefin Linux support has been added. (#394)

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

- Fix `uname` usage on NetBSD. (#392)
Expand Down Expand Up @@ -163,11 +167,11 @@ All notable changes to this project will be documented in this file.
- Linux Mint support has been added. (#233)

- Operating system type detection has been fixed for the following Linux distributions:
- Amazon Linux. (#225, #226)
- Red Hat Enterprise Linux. (#228)
- Suse. (#229)
- Fedora. (#230)
- Alpine Linux. (#235)
- Amazon Linux. (#225, #226)
- Red Hat Enterprise Linux. (#228)
- Suse. (#229)
- Fedora. (#230)
- Alpine Linux. (#235)

- Log level for the message about the absent `lsb_release` has been reduced
from `warn` to `debug`. (#237)
Expand Down Expand Up @@ -350,7 +354,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.2...HEAD
[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.10.0...HEAD

[3.10.0]: https://github.com/stanislav-tkach/os_info/compare/v3.9.2...v3.10.0

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

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.2", default-features = false, path = "../os_info" }
os_info = { version = "3.10.0", 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.2"
version = "3.10.0"
authors = ["Jan Schulte <hello@unexpected-co.de>", "Stanislav Tkach <stanislav.tkach@gmail.com>"]
description = "Detect the operating system type and version."
documentation = "https://docs.rs/os_info"
Expand Down

0 comments on commit d189e7d

Please sign in to comment.