os_info 1.1.2

Detect the operating system type and version.
Documentation
# Change Log


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)

- 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] 2018-09-23


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

## [1.0.2] 2018-09-05


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

## [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] 2018-05-21


- Better Linux, Windows and OS X support.

- Numerous code improvements.

- More and better testing.

- Logging.

## [0.7.0] 2018-01-21


- Fixed issued with OS X build.

## [0.6.0] 2017-12-17


- Alpine Linux support (#48).

- Use release files is possible (#48).

## [0.5.0] 2017-12-13


- Windows support (#45).

- Fedora support (#46).

## [0.4.0] 2017-11-12


- Redox support (untested).

## [0.3.0] 2017-11-02


- Fix OS X build.

## [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] 2017-10-03


- Examples have been updated slightly.

- Readme has been updated.

## [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.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
[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