From 237042365e2a439791836c81d6343faca13b9e3b Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Sat, 23 Jun 2018 17:32:01 -0400 Subject: [PATCH] Update for 0.4.4 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e3262a..8d99837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,21 @@ Chrono obeys the principle of [Semantic Versioning](http://semver.org/). There were/are numerous minor versions before 1.0 due to the language changes. Versions with only mechnical changes will be omitted from the following list. +## 0.4.4 + +### Features + +* Added support for parsing nanoseconds without the leading dot (@emschwartz #251) + ## 0.4.3 ### Features + * Added methods to DateTime/NaiveDateTime to present the stored value as a number of nanoseconds since the UNIX epoch (@harkonenbade #247) * Added a serde serialise/deserialise module for nanosecond timestamps. (@harkonenbade #247) * Added "Permissive" timezone parsing which allows a numeric timezone to be specified without minutes. (@quodlibetor #242) -* Added support for parsing nanoseconds without the leading dot (@emschwartz #251) ## 0.4.2 diff --git a/Cargo.toml b/Cargo.toml index e97f96d..31a3788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.3" +version = "0.4.4" authors = [ "Kang Seonghoon ", "Brandon W Maister ",