Skip to content

Commit

Permalink
0.1.3: better offset conversion and additional APIs.
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
lifthrasiir committed Nov 28, 2014
1 parent 920a681 commit 95bba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chrono"
version = "0.1.2"
version = "0.1.3"
authors = ["Kang Seonghoon <[email protected]>"]

description = "Date and time library for Rust"
Expand Down

0 comments on commit 95bba43

Please sign in to comment.