From 7e0c0de6190edc25b994de95fdbced8079dc92f7 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Fri, 14 Aug 2020 17:00:31 -0400 Subject: [PATCH] Release 0.4.15 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc07f35..51829535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,13 @@ 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 mechanical changes will be omitted from the following list. -## 0.4.15 (unreleased) +## 0.4.16 (unreleased) + +## 0.4.15 + +### Fixes + +* Correct usage of vec in specific feature combinations (@quodlibetor) ## 0.4.14 **YANKED** diff --git a/Cargo.toml b/Cargo.toml index ddf5e182..7160d7cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.14" +version = "0.4.15" authors = [ "Kang Seonghoon ", "Brandon W Maister ",