Skip to content

Commit

Permalink
Merge pull request #274 from stanislav-tkach/release-3-0-7
Browse files Browse the repository at this point in the history
Release the 3.0.7 version
  • Loading branch information
stanislav-tkach authored Aug 12, 2021
2 parents c594437 + ed3d9d5 commit a2093c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [3.0.7] (2021-08-12)

- CentOS Stream detection has been fixed. (#267)

- `env_logger` version has been updated to `0.9.0`. (#269)

## [3.0.6] (2021-05-17)

- Compilation for the DragonFly BSD operating system has been fixed. (#264)
Expand Down Expand Up @@ -219,7 +225,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.0.6...HEAD
[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.0.7...HEAD
[3.0.7]: https://github.com/stanislav-tkach/os_info/compare/v3.0.6...v3.0.7
[3.0.6]: https://github.com/stanislav-tkach/os_info/compare/v3.0.5...v3.0.6
[3.0.5]: https://github.com/stanislav-tkach/os_info/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/stanislav-tkach/os_info/compare/v3.0.3...v3.0.4
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "os_info"
path = "src/main.rs"

[dependencies]
os_info = { version = "3.0.6", default-features = false, path = "../os_info" }
os_info = { version = "3.0.7", default-features = false, path = "../os_info" }
log = "0.4.5"
env_logger = "0.9.0"
structopt = "0.3"
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.0.6"
version = "3.0.7"
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 a2093c4

Please sign in to comment.