Skip to content

Commit

Permalink
Merge pull request #164 from DarkEld3r/release-2-0-3
Browse files Browse the repository at this point in the history
Release the 2.0.3 version
  • Loading branch information
stanislav-tkach authored May 9, 2020
2 parents 6f3c617 + 25490e4 commit 2106506
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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]

## [2.0.3] (2020-05-10)

- Centos detection has been fixed. (#162)

- Executable has been moved to a separate crate to reduce library dependencies. (#163)

## [2.0.2] (2020-03-15)

- Oracle Linux support has been added. (#153)
Expand Down Expand Up @@ -136,7 +142,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/darkeld3r/os_info/compare/v2.0.2...HEAD
[Unreleased]: https://github.com/darkeld3r/os_info/compare/v2.0.3...HEAD
[2.0.3]: https://github.com/darkeld3r/os_info/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/darkeld3r/os_info/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/darkeld3r/os_info/compare/v2.0...v2.0.1
[2.0.0]: https://github.com/darkeld3r/os_info/compare/v1.3.3...v2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To use this crate, add `os_info` as a dependency to your project's Cargo.toml:

```toml
[dependencies]
os_info = "2.0.2"
os_info = "2.0.3"
```

This project has `serde` as an optional dependency, so if you don't need it, then
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 = "", default-features = false, path = "../os_info" }
os_info = { version = "2.0.3", default-features = false, path = "../os_info" }
log = "0.4.5"
env_logger = "0.7.1"
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 = "2.0.2"
version = "2.0.3"
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 2106506

Please sign in to comment.