Skip to content

Commit

Permalink
Merge pull request #89 from DarkEld3r/1-0-3-release
Browse files Browse the repository at this point in the history
Release 1.0.3 version
  • Loading branch information
stanislav-tkach authored Sep 23, 2018
2 parents 912a794 + a93878d commit 4a2005c
Show file tree
Hide file tree
Showing 4 changed files with 7 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 = "1.0.2"
version = "1.0.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
4 changes: 4 additions & 0 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.0.3](https://github.com/darkeld3r/os_info/tree/v1.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)

- Fixed issue with incorrect Linux version detection. (#85).
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.0.2"
os_info = "1.0.3"
```

## Example
Expand Down
1 change: 1 addition & 0 deletions cspell-dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
centos
emscripten
macos
msvc
println
redhat
toml
Expand Down

0 comments on commit 4a2005c

Please sign in to comment.