Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed May 27, 2018
1 parent db952a3 commit 2694b8f
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 = "1.0.0"
version = "1.0.1"
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
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.0.0](https://github.com/darkeld3r/os_info/tree/v0.6.0) (2018-05-21)
## [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
`Unknown` `Type` is returned in such cases.

## [1.0.0](https://github.com/darkeld3r/os_info/tree/v1.0) (2018-05-21)

- Better Linux, Windows and OS X support.

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.0"
os_info = "1.0.1"
```

## Example
Expand Down

0 comments on commit 2694b8f

Please sign in to comment.