diff --git a/AUTHORS.txt b/AUTHORS.txt index 864b758..d1596ef 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -6,6 +6,7 @@ Dan David Ross Eunchong Yu Huon Wilson +Jisoo Park John Nagle Ken Tossell Steve Klabnik diff --git a/Cargo.toml b/Cargo.toml index f3bf079..7548b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.2.9" +version = "0.2.10" authors = ["Kang Seonghoon "] description = "Date and time library for Rust" diff --git a/README.md b/README.md index 7ba3443..2bcd2d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[Chrono][doc] 0.2.9 -=================== +[Chrono][doc] 0.2.10 +==================== [![Chrono on Travis CI][travis-image]][travis] diff --git a/src/lib.rs b/src/lib.rs index 3c49cfc..c1aa68a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ /*! -# Chrono 0.2.9 +# Chrono 0.2.10 Date and time handling for Rust. (also known as `rust-chrono`) It aims to be a feature-complete superset of the [time](https://github.com/rust-lang/time) library.