From bf8375336a9cc5fbdb0c40f92bdd0b1b13a8a879 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Sat, 3 Feb 2024 16:44:02 +0100 Subject: [PATCH] Bump version number to 0.1.60 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c50f7..bd16470 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.60] - 2024-02-03 +### Changed +- correct `windows-core` dependency version ([#127](https://github.com/strawlab/iana-time-zone/pull/127)) + ## [0.1.59] - 2023-12-30 ### Changed - update `windows` dependency ([#125](https://github.com/strawlab/iana-time-zone/pull/125)) @@ -262,6 +266,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Implement for Linux, Windows, MacOS +[0.1.60]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.60 [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 diff --git a/Cargo.toml b/Cargo.toml index f6d3a63..0b2c3f1 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.59" +version = "0.1.60" authors = [ "Andrew Straw ", "René Kijewski ",