From 8e74c9aeca99c89107c6ee3da8d7c042310d487f Mon Sep 17 00:00:00 2001 From: Djzin Date: Sun, 27 Nov 2016 14:46:04 +0000 Subject: [PATCH] version bump to 0.2.4 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 488f05c..573b37d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono-tz" -version = "0.2.3" +version = "0.2.4" authors = ["Djzin"] build = "build.rs" description = "TimeZone implementations for rust-chrono from the IANA database" diff --git a/README.md b/README.md index 0645441..2b0e314 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Chrono-TZ 0.2.3 +# Chrono-TZ 0.2.4 `Chrono-TZ` is a library that provides implementors of the [`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The diff --git a/src/lib.rs b/src/lib.rs index bf78b66..a2e1758 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! # Chrono-TZ 0.2.3 +//! # Chrono-TZ 0.2.4 //! //! `Chrono-TZ` is a library that provides implementors of the //! [`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The