Bump version for 0.4.2 release

This commit is contained in:
Brandon W Maister 2018-04-07 17:51:56 -04:00
parent 1c4fc66323
commit 97dbfd02ab
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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"