diff --git a/CHANGELOG.md b/CHANGELOG.md index a407272..6ba8900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.58] - unreleased +## [0.1.58] - 2023-10-17 ### Added - use windows-core with embedded bindings via windows-bindgen ([#117](https://github.com/strawlab/iana-time-zone/pull/117)) - implement GNU Hurd support ([#121](https://github.com/strawlab/iana-time-zone/pull/121)) diff --git a/Cargo.toml b/Cargo.toml index cbdc684..9ee1a44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "iana-time-zone" description = "get the IANA time zone for the current system" -version = "0.1.57" +version = "0.1.58" authors = [ "Andrew Straw ", "René Kijewski ",