From 95bba430638d10593721314ec8ea3a60b29a0fb2 Mon Sep 17 00:00:00 2001 From: Kang Seonghoon Date: Fri, 28 Nov 2014 23:55:00 +0900 Subject: [PATCH] 0.1.3: better offset conversion and additional APIs. - better documentation :) - `Offset::name` now returns `SendStr`. - `Date/Time - Duration` is now supported. - `with_offset` methods have been added. - `LocalResult` now implements common traits. - `LocalResult` has several methods to propagate errors. this makes the initialization from untrusted sources easier. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f374a2..f440c16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.1.2" +version = "0.1.3" authors = ["Kang Seonghoon "] description = "Date and time library for Rust"