Skip to content

Commit 70a4d89

Browse files
Merge pull request #408 from stanislav-tkach/3-12
Release the 3.12 version
2 parents 131b6aa + 39c996c commit 70a4d89

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [3.12.0] (2025-06-08)
8+
9+
- Cygwin support has been added. (#405)
10+
11+
- macOS version detection has been updated to read the `SystemVersion.plist`
12+
file. (#406)
13+
14+
- macOS bitness detection has been updated to avoid using the `getconf`
15+
command. (#407)
16+
717
## [3.11.0] (2025-05-11)
818

919
- AOSC OS support has been added. (#401)
@@ -362,7 +372,9 @@ All notable changes to this project will be documented in this file.
362372
The first release containing only minor infrastructural changes and based
363373
on [os_type](https://github.com/schultyy/os_type).
364374

365-
[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.11.0...HEAD
375+
[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.12.0...HEAD
376+
377+
[3.12.0]: https://github.com/stanislav-tkach/os_info/compare/v3.11.0...v3.12.0
366378

367379
[3.11.0]: https://github.com/stanislav-tkach/os_info/compare/v3.10.0...v3.11.0
368380

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.11.0", default-features = false, path = "../os_info" }
21+
os_info = { version = "3.12.0", default-features = false, path = "../os_info" }
2222
log.workspace = true
2323
env_logger = "0.11"
2424
clap = { version = "4", features = ["derive"] }

cspell-dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ clearos
1414
concat
1515
coreos
1616
cpus
17+
cygwin
1718
devuan
1819
earmv
1920
emscripten
2021
endeavouros
2122
freebsd
2223
garuda
24+
getconf
2325
hardenedbsd
2426
hbsd
2527
illumos

os_info/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "os_info"
3-
version = "3.11.0"
3+
version = "3.12.0"
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)