From 811ef073aa536d4df28088dd6d8587d290e18226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Sat, 30 Dec 2023 10:07:37 +0100 Subject: [PATCH] Bump version number to 0.1.59 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba8900..d4c50f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.59] - 2023-12-30 +### Changed +- update `windows` dependency ([#125](https://github.com/strawlab/iana-time-zone/pull/125)) + ## [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)) @@ -258,6 +262,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Implement for Linux, Windows, MacOS +[0.1.59]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.59 [0.1.58]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.58 [0.1.57]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.57 [0.1.56]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.56 diff --git a/Cargo.toml b/Cargo.toml index f2cd897..4348b2c 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.58" +version = "0.1.59" authors = [ "Andrew Straw ", "René Kijewski ",