Skip to content

Commit

Permalink
Merge pull request #155 from DarkEld3r/release-2-0-2
Browse files Browse the repository at this point in the history
Release 2.0.2 version
  • Loading branch information
stanislav-tkach authored Mar 14, 2020
2 parents 0b7182f + c9ae454 commit cd1c3b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "os_info"
version = "2.0.1"
version = "2.0.2"
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
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

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

- Oracle Linux support has been added. (#153)

## [2.0.1] (2020-02-22)

- Bitness detection has been implemented for MacOS. (#147)
Expand Down Expand Up @@ -132,7 +136,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.1...HEAD
[Unreleased]: https://github.com/darkeld3r/os_info/compare/v2.0.2...HEAD
[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
[1.3.3]: https://github.com/darkeld3r/os_info/compare/v1.3.2...v1.3.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use this crate, add `os_info` as a dependency to your project's Cargo.toml:

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

This project has `serde` as an optional dependency, so if you don't need it, then
Expand Down

0 comments on commit cd1c3b7

Please sign in to comment.