From 0c6e718f7963feec0098ec08c220eb111447aa4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Thu, 4 Aug 2022 23:33:38 +0200 Subject: [PATCH] v0.4.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 448c285..f04c68c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changes between the versions -### 0.4.0 (????-??-??) +### 0.4.0 (2022-08-05) * Increase msrv to 1.60 * Add `now` module, which uses [`utcnow()`](https://crates.io/crates/utcnow), diff --git a/Cargo.toml b/Cargo.toml index 517424b..4e3a3f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tzdb" -version = "0.4.0-pre.1" +version = "0.4.0" edition = "2021" authors = ["René Kijewski "] repository = "https://github.com/Kijewski/tzdb"