Skip to content

Commit

Permalink
Merge pull request #183 from DarkEld3r/release-2-0-6
Browse files Browse the repository at this point in the history
Release the 2.0.6 version
  • Loading branch information
stanislav-tkach authored May 23, 2020
2 parents 4bfb653 + 43cfdba commit 0a80dfb
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
15 changes: 12 additions & 3 deletions 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]

## [2.0.6] (2020-05-24)

- Pop!_OS support has been added. (#173)

- Manjaro support has been added. (#180)

- Solus support has been added. (#182)

## [2.0.5] (2020-05-13)

- The markdown (README.md) test has been fixed. (#167)
Expand Down Expand Up @@ -151,9 +159,10 @@ 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.5...HEAD
[2.0.5]: https://github.com/darkeld3r/os_info/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/darkeld3r/os_info/compare/v2.0.3...v2.0.4
[Unreleased]: https://github.com/darkeld3r/os_info/compare/v2.0.6...HEAD
[2.0.6]: https://github.com/darkeld3r/os_info/compare/2.0.5...v2.0.6
[2.0.5]: https://github.com/darkeld3r/os_info/compare/2.0.4...2.0.5
[2.0.4]: https://github.com/darkeld3r/os_info/compare/v2.0.3...2.0.4
[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
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ To use this crate, add `os_info` as a dependency to your project's Cargo.toml:

```toml
[dependencies]
os_info = "2.0.5"
os_info = "2.0.6"
```

This project has `serde` as an optional dependency, so if you don't need it, then
you can speed up compilation disabling it:

```toml
[dependencies]
os_info = { version = "2.0.5", default-features = false }
os_info = { version = "2.0.6", default-features = false }
```

#### Example
Expand Down Expand Up @@ -96,6 +96,8 @@ Right now, the following operating system types can be returned:
- Alpine
- SUSE Linux Enterprise
- openSUSE
- Solus
- Manjaro
- Macos
- Redox
- Windows
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 = "2.0.5", default-features = false, path = "../os_info" }
os_info = { version = "2.0.6", 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 cspell-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ concat
emscripten
libntdll
macos
manjaro
msvc
println
redhat
Expand All @@ -12,4 +13,3 @@ structopt
toml
winapi
xenial
manjaro
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.5"
version = "2.0.6"
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 0a80dfb

Please sign in to comment.