Skip to content

Commit

Permalink
0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Nov 12, 2017
1 parent 6a2adcb commit da50769
Show file tree
Hide file tree
Showing 3 changed files with 5 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 = "0.3.0"
version = "0.4.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
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.3.0](https://github.com/darkeld3r/os_info/tree/v0.4.0) (2017-11-12)

- Redox support (untested).

## [0.3.0](https://github.com/darkeld3r/os_info/tree/v0.2.0) (2017-11-02)
## [0.3.0](https://github.com/darkeld3r/os_info/tree/v0.3.0) (2017-11-02)

- Fix OS X build.

Expand Down
2 changes: 1 addition & 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.3.0"
os_info = "0.4.0"
```

## Example
Expand Down

0 comments on commit da50769

Please sign in to comment.