Skip to content

Commit

Permalink
Merge pull request #86 from DarkEld3r/release-1-0-2
Browse files Browse the repository at this point in the history
1.0.2 release
  • Loading branch information
stanislav-tkach authored Sep 5, 2018
2 parents 522fec5 + 3268c83 commit 4f7106f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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 = "1.0.1"
version = "1.0.2"
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
4 changes: 4 additions & 0 deletions 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]

## [1.0.2](https://github.com/darkeld3r/os_info/tree/v1.0.2) (2018-09-05)

- Fixed issue with incorrect Linux version detection. (#85).

## [1.0.1](https://github.com/darkeld3r/os_info/tree/v1.0.1) (2018-05-27)

- Compilation has been fixed for all "unsupported" operating systems. Now
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To use this crate, add `os_info` as a dependency to your project's Cargo.toml:

```toml
[dependencies]
os_info = "1.0.1"
os_info = "1.0.2"
```

## Example
Expand Down

0 comments on commit 4f7106f

Please sign in to comment.