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.
|
||||
Versions with only mechnical changes will be omitted from the following list.
|
||||
|
||||
## 0.4.next
|
||||
## 0.4.2
|
||||
|
||||
### Deprecations
|
||||
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
[package]
|
||||
name = "chrono"
|
||||
version = "0.4.1"
|
||||
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
|
||||
version = "0.4.2"
|
||||
authors = [
|
||||
"Kang Seonghoon <public+rust@mearie.org>",
|
||||
"Brandon W Maister <quodlibetor@gmail.com>",
|
||||
]
|
||||
|
||||
description = "Date and time library for Rust"
|
||||
homepage = "https://github.com/chronotope/chrono"
|
||||
|
|
Loading…
Reference in New Issue