Skip to content

Commit

Permalink
Merge pull request #98 from DarkEld3r/release-1-1-1-version
Browse files Browse the repository at this point in the history
Release 1.1.1 version
  • Loading branch information
stanislav-tkach authored Mar 22, 2019
2 parents 11ea051 + 5ae7964 commit 7999999
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 15 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.0"
version = "1.1.1"
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
50 changes: 37 additions & 13 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,34 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.1.0](https://github.com/darkeld3r/os_info/tree/v1.1.0) (2018-10-13)
## [1.1.1] (2019-03-22)

- Migrate to the 2018 edition. (#96)

- Fix deprecation warnings. (#95)

- Update dependencies versions. (#94)

## [1.1.0] (2018-10-13)

- Serialization support (`serde`) has been added to all public data types. (#91)

- Dependencies have been updated. (#92, #93)

## [1.0.3](https://github.com/darkeld3r/os_info/tree/v1.0.3) (2018-09-23)
## [1.0.3] (2018-09-23)

- Fixed linker errors for 32-bit msvc builds. (#88)

## [1.0.2](https://github.com/darkeld3r/os_info/tree/v1.0.2) (2018-09-05)
## [1.0.2] (2018-09-05)

- Fixed issue with incorrect Linux version detection. (#85).

## [1.0.1](https://github.com/darkeld3r/os_info/tree/v1.0.1) (2018-05-27)
## [1.0.1] (2018-05-27)

- Compilation has been fixed for all "unsupported" operating systems. Now
`Unknown` `Type` is returned in such cases.

## [1.0.0](https://github.com/darkeld3r/os_info/tree/v1.0) (2018-05-21)
## [1.0.0] (2018-05-21)

- Better Linux, Windows and OS X support.

Expand All @@ -33,44 +41,60 @@ All notable changes to this project will be documented in this file.

- Logging.

## [0.7.0](https://github.com/darkeld3r/os_info/tree/v0.6.0) (2018-01-21)
## [0.7.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)
## [0.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)
## [0.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)
## [0.4.0] (2017-11-12)

- Redox support (untested).

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

- Fix OS X build.

## [0.2.0](https://github.com/darkeld3r/os_info/tree/v0.2.0) (2017-11-02)
## [0.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)
## [0.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)
## [0.1.0] (2017-10-03)

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
[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
[1.0.2]: https://github.com/darkeld3r/os_info/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/darkeld3r/os_info/compare/v1.0.1...v1.0.2
[1.0.0]: https://github.com/darkeld3r/os_info/compare/v0.7.0...v1.0
[0.7.0]: https://github.com/darkeld3r/os_info/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/darkeld3r/os_info/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/darkeld3r/os_info/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/darkeld3r/os_info/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/darkeld3r/os_info/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/darkeld3r/os_info/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/darkeld3r/os_info/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/darkeld3r/os_info/tree/v0.1.0
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.0"
os_info = "1.1.1"
```

## Example
Expand Down

0 comments on commit 7999999

Please sign in to comment.