Bump Chrono version to 0.4.5

This commit is contained in:
Brandon W Maister 2018-07-28 17:11:25 -04:00
parent b975d7a2ff
commit 8fceba82f4
2 changed files with 3 additions and 3 deletions

View File

@ -8,14 +8,14 @@ Chrono obeys the principle of [Semantic Versioning](http://semver.org/).
There were/are numerous minor versions before 1.0 due to the language changes. 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. Versions with only mechnical changes will be omitted from the following list.
## 0.4.5 (unreleased) ## 0.4.5
### Features ### Features
* Added several more serde deserialization helpers (@novacrazy #258) * Added several more serde deserialization helpers (@novacrazy #258)
* Enabled all features on the playground (@davidtwco #267) * Enabled all features on the playground (@davidtwco #267)
* Improved docs (@storyfeet #261)
* Derive `Hash` on `FixedOffset` (@LuoZijun #254) * Derive `Hash` on `FixedOffset` (@LuoZijun #254)
* Improved docs (@storyfeet #261, @quodlibetor #252)
## 0.4.4 ## 0.4.4

View File

@ -1,6 +1,6 @@
[package] [package]
name = "chrono" name = "chrono"
version = "0.4.4" version = "0.4.5"
authors = [ authors = [
"Kang Seonghoon <public+rust@mearie.org>", "Kang Seonghoon <public+rust@mearie.org>",
"Brandon W Maister <quodlibetor@gmail.com>", "Brandon W Maister <quodlibetor@gmail.com>",