Skip to content

Releases: djc/hostname

0.4.2

28 Nov 19:33
@djc djc
v0.4.2

Choose a tag to compare

What's Changed

v0.4.1

28 Nov 16:00
@djc djc
v0.4.1

Choose a tag to compare

What's Changed

  • Switch to windows-bindgen by @djc in #29

0.4.0

28 Nov 15:57
@djc djc
v0.4.0

Choose a tag to compare

Added

  • CI setup now covers almost all supported Tier 1 and Tier 2 platform targets

Changed

  • Minimum Supported Rust version set to 1.67.0
  • Rust edition set to "2021"

Fixed

  • Handle edge cases for POSIX systems (#14)
  • docs.rs documentation build

What's Changed

  • Upgrade rust edition and migrate dependices(cfg_if, windows_rs) by @mokeyish in #18
  • Handle posix hostname edge cases by @stoeckmann in #14
  • bump version-sync: 0.8 -> 0.9 by @wackbyte in #17

0.3.1

28 Nov 15:57
@djc djc
v0.3.1

Choose a tag to compare

Fixed

  • Enabling hostname::set doctests only if "set" feature is enabled (#10)

0.3.0

28 Nov 15:56
@djc djc
v0.3.0

Choose a tag to compare

Added

  • Cargo feature set which enables the hostname::set function compilation (disabled by default)
  • Note that hostname::set will fail the compilation for Android API < 23

Changed

  • hostname::set is available only with Cargo set feature enabled
  • Fix compilation issue for FreeBSD, DragonFlyBSD and iOS targets (#9)
  • Deprecated function get_hostname was removed, use get instead

v0.2.0

09 Nov 07:48
v0.2.0

Choose a tag to compare

hostname crate is now officially revived, see CHANGELOG for details: https://github.com/svartalf/hostname/blob/master/CHANGELOG.md#020---2019-11-09