From abb5a466f9f4de303b7931ba10cc867c30339970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Sun, 7 Jun 2026 16:28:18 +0900 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5688d87..269f6ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [0.2.1](https://github.com/KarpelesLab/timezone-data-rs/compare/v0.2.0...v0.2.1) - 2026-06-07 + +### Other + +- add CHANGELOG with 0.1.0 and 0.2.0 history +- make the root a single crate again (xtask is its own workspace) + ## [0.2.0] - 2026-06-07 The embedded data is now **pre-parsed at build time into static Rust objects** diff --git a/Cargo.toml b/Cargo.toml index 5215782..a203469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timezone-data" -version = "0.2.0" +version = "0.2.1" edition = "2021" rust-version = "1.86" license = "MIT"