Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.57 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Replace winapi with windows-rs, see GH-7.

0.3.0 – 2022-10-09

Changed

  • Bump MSRV to 1.56.

0.2.3 – 2022-03-12

Changed

  • Limit gethostname() to cfg(unix) and cfg(windows) to provide more useful build failures on other platforms (see #7).

0.2.2 – 2022-01-14

0.2.1 – 2019-12-18

Changed

  • Consolidate documetation.
  • Update crates.io metadata.

0.2.0 – 2019-01-22

Added

  • Add Windows implementation (see GH-1).

Changed

  • Pin supported Rust version to 1.31

0.1.0 – 2019-01-20

Initial release.

Added

  • gethostname() for non-Windows platforms.