Bump version for 0.4.2 release
This commit is contained in:
parent
1c4fc66323
commit
97dbfd02ab
|
@ -8,7 +8,7 @@ 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.next
|
## 0.4.2
|
||||||
|
|
||||||
### Deprecations
|
### Deprecations
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
|
authors = [
|
||||||
|
"Kang Seonghoon <public+rust@mearie.org>",
|
||||||
|
"Brandon W Maister <quodlibetor@gmail.com>",
|
||||||
|
]
|
||||||
|
|
||||||
description = "Date and time library for Rust"
|
description = "Date and time library for Rust"
|
||||||
homepage = "https://github.com/chronotope/chrono"
|
homepage = "https://github.com/chronotope/chrono"
|
||||||
|
|
Loading…
Reference in New Issue