Skip to content

Commit

Permalink
Merge pull request #129 from DarkEld3r/release-1-3-3
Browse files Browse the repository at this point in the history
Release 1.3.3 version
  • Loading branch information
stanislav-tkach authored Jan 24, 2020
2 parents 6248ff0 + da0b774 commit 9d1b769
Show file tree
Hide file tree
Showing 3 changed files with 8 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 = "1.3.2"
version = "1.3.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
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.3.3] (2020-01-24)

- `Version`'s `Display` implementation has been fixed. (#128)

## [1.3.2] (2020-01-19)

- Bitness detection has been implemented for Linux. (#125)
Expand Down Expand Up @@ -112,7 +116,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.3.2...HEAD
[Unreleased]: https://github.com/darkeld3r/os_info/compare/v1.3.3...HEAD
[1.3.2]: https://github.com/darkeld3r/os_info/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/darkeld3r/os_info/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/darkeld3r/os_info/compare/v1.3...v1.3.1
[1.3.0]: https://github.com/darkeld3r/os_info/compare/v1.2...v1.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.3.2"
os_info = "1.3.3"
```

## Example
Expand Down

0 comments on commit 9d1b769

Please sign in to comment.