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.
This commit is contained in:
Kang Seonghoon 2014-11-28 23:55:00 +09:00
parent 920a681d54
commit 95bba43063
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "chrono"
version = "0.1.2"
version = "0.1.3"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
description = "Date and time library for Rust"