Bump Chrono version to 0.4.5
This commit is contained in:
parent
b975d7a2ff
commit
8fceba82f4
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
Loading…
Reference in New Issue