diff --git a/Cargo.toml b/Cargo.toml index c68a5ca..abe58d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "chrono-tz" -version = "0.1.0" +version = "0.1.1" authors = ["Djzin"] build = "build.rs" description = "TimeZone implementations for rust-chrono from the IANA database" keywords = ["date", "time", "timezone", "zone", "calendar"] repository = "https://github.com/djzin/chrono-tz" +documentation = "https://docs.rs/chrono-tz" readme = "README.md" license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index 7b3463d..8472ee5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Chrono-TZ 0.1.0 +# Chrono-TZ 0.1.1 `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 06472de..288105e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! # Chrono-TZ 0.1.0 +//! # Chrono-TZ 0.1.1 //! //! `Chrono-TZ` is a library that provides implementors of the //! [`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The