Skip to content

Commit

Permalink
1.0.0 release (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach authored May 20, 2018
1 parent bd93b25 commit 5c36428
Show file tree
Hide file tree
Showing 3 changed files with 17 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.7.0"
version = "1.0.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
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,30 @@ 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)

- Better Linux, Windows and OS X support.

- Numerous code improvements.

- More and better testing.

- Logging.

## [0.7.0](https://github.com/darkeld3r/os_info/tree/v0.6.0) (2018-01-21)

- Fixed issued with OS X build.

## [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).

- Fedora support (#46).

## [0.4.0](https://github.com/darkeld3r/os_info/tree/v0.4.0) (2017-11-12)
Expand All @@ -29,12 +41,15 @@ All notable changes to this project will be documented in this file.
## [0.2.0](https://github.com/darkeld3r/os_info/tree/v0.2.0) (2017-11-02)

- Add "dead" links check (#32).

- Fix Travis badge on crates.io.

- Travis OS X build (#35).

## [0.1.1](https://github.com/darkeld3r/os_info/tree/v0.1.1) (2017-10-03)

- Examples have been updated slightly.

- Readme has been updated.

## [0.1.0](https://github.com/darkeld3r/os_info/tree/v0.1.0) (2017-10-03)
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 = "0.7.0"
os_info = "1.0.0"
```

## Example
Expand Down

0 comments on commit 5c36428

Please sign in to comment.