Skip to content

Commit

Permalink
Merge pull request #104 from DarkEld3r/release-1-1-2
Browse files Browse the repository at this point in the history
Release 1.1.2 version
  • Loading branch information
stanislav-tkach authored Sep 11, 2019
2 parents 89b7505 + 5eabbed commit 8b923fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: rust
rust:
# Feel free to bump this version if you need features of newer Rust.
# Sync with badge in README.md
- 1.33.0
- 1.34.0

branches:
only:
Expand Down
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.1"
version = "1.1.2"
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,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

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

- OS X beta versions support has been added. (#103)

## [1.1.1] (2019-03-22)

- Migrate to the 2018 edition. (#96)
Expand Down Expand Up @@ -83,7 +87,8 @@ 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.1...HEAD
[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
[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.1"
os_info = "1.1.2"
```

## Example
Expand Down

0 comments on commit 8b923fc

Please sign in to comment.