Skip to content

Commit

Permalink
Release the 1.1.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Oct 22, 2019
1 parent 7142579 commit 55e69ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.1.2"
version = "1.1.3"
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
9 changes: 7 additions & 2 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.1.3] (2019-09-11)

- Amazon Linux support has been added. (#105)

## [1.1.2] (2019-09-11)

- OS X beta versions support has been added. (#103)
Expand Down Expand Up @@ -87,8 +91,9 @@ All notable changes to this project will be documented in this file.

The first release containing only minor infrastructural changes and based on [os_type](https://github.com/schultyy/os_type).

[Unreleased]: https://github.com/darkeld3r/os_info/compare/v1.1.2...HEAD
[1.1.1]: https://github.com/darkeld3r/os_info/compare/v1.1.1...v1.1.2
[Unreleased]: https://github.com/darkeld3r/os_info/compare/v1.1.3...HEAD
[1.1.2]: https://github.com/darkeld3r/os_info/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/darkeld3r/os_info/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/darkeld3r/os_info/compare/v1.1...v1.1.1
[1.1.0]: https://github.com/darkeld3r/os_info/compare/v1.0.3...v1.1
[1.0.3]: https://github.com/darkeld3r/os_info/compare/v1.0.2...v1.0.3
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.1.2"
os_info = "1.1.3"
```

## Example
Expand Down

0 comments on commit 55e69ae

Please sign in to comment.