Merge pull request #493 from chronotope/rel-0.4.19

Release 0.4.19
This commit is contained in:
Brandon W Maister 2020-09-30 11:07:35 -04:00 committed by GitHub
commit 391142a64f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,11 @@ breakage if you use `no-default-features`.
There were/are numerous minor versions before 1.0 due to the language changes.
Versions with only mechanical changes will be omitted from the following list.
## 0.4.19 (unreleased)
## 0.4.20 (unreleased)
## 0.4.19
* Correct build on solaris/illumos
## 0.4.18

View File

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