From 665d2c8e4fa8b664ec9264b8d1c1691794affbb2 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Mon, 16 Sep 2024 16:20:40 +0200 Subject: [PATCH] Bump version number to 0.1.61 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd16470..314d710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.61] - 2024-09-16 + +### Changed + +- Depend on wasm-bindgen 0.2.89 or higher ([#134](https://github.com/strawlab/iana-time-zone/pull/134)) +- Do not use wasm_bindgen in wasm32-unknown-emscripten environment ([#130](https://github.com/strawlab/iana-time-zone/pull/130)) + ## [0.1.60] - 2024-02-03 ### Changed - correct `windows-core` dependency version ([#127](https://github.com/strawlab/iana-time-zone/pull/127)) @@ -266,6 +273,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Implement for Linux, Windows, MacOS +[0.1.61]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.61 [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 diff --git a/Cargo.toml b/Cargo.toml index 5fc87b9..c2915ec 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.60" +version = "0.1.61" authors = [ "Andrew Straw ", "René Kijewski ",