From 4eeedcfcc409f19d965f477d767d05f3418c4df1 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Wed, 30 Sep 2020 10:54:28 -0400 Subject: [PATCH] Release 0.4.19 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d1989c5f..be289ae880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 9551d6e97e..6b4d48afa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.18" +version = "0.4.19" authors = [ "Kang Seonghoon ", "Brandon W Maister ",