Skip to content

Commit

Permalink
0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Dec 17, 2017
1 parent c82f1ac commit 691a4d9
Show file tree
Hide file tree
Showing 3 changed files with 8 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 = "0.5.0"
version = "0.6.0"
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
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.6.0](https://github.com/darkeld3r/os_info/tree/v0.6.0) (2017-12-17)

- Alpine Linux support (#48).
- Use release files is possible (#48).

## [0.5.0](https://github.com/darkeld3r/os_info/tree/v0.5.0) (2017-12-13)

- Windows support (#45).
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use this crate, add `os_info` as a dependency to your project's Cargo.toml:

```toml
[dependencies]
os_info = "0.5.0"
os_info = "0.6.0"
```

## Example
Expand Down Expand Up @@ -46,6 +46,7 @@ Right now, the following operating system types can be returned:
- Arch
- Redox
- Windows
- Alpine

If you need support for more OS types, I am looking forward to your Pull Request.

Expand Down

0 comments on commit 691a4d9

Please sign in to comment.