Skip to content

Commit

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

## [Unreleased]

## [3.6.0] (2023-01-30)

- OpenCloudOS support has been added. (#328)

- openEuler support has been added. (#328)

- Arch Linux ARM and Debian ARM detection has been improved. (#331)

## [3.5.1] (2022-09-19)

- Windows 11 detection has been fixed. (#322)
Expand Down Expand Up @@ -273,7 +281,8 @@ 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.5.1...HEAD
[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.6.0...HEAD
[3.6.0]: https://github.com/stanislav-tkach/os_info/compare/v3.5.1...v3.6.0
[3.5.1]: https://github.com/stanislav-tkach/os_info/compare/v3.5.0...v3.5.1
[3.5.0]: https://github.com/stanislav-tkach/os_info/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/stanislav-tkach/os_info/compare/v3.3.0...v3.4.0
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.5.1", default-features = false, path = "../os_info" }
os_info = { version = "3.6.0", default-features = false, path = "../os_info" }
log = "0.4.5"
env_logger = "0.10"
clap = { version = "4", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions cspell-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ aarch64
almalinux
antergos
aosc
archarm
artix
bitness
centos
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.5.1"
version = "3.6.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 b377859

Please sign in to comment.