Merge pull request #472 from quodlibetor/rel-0.4.15

Release 0.4.15
This commit is contained in:
Brandon W Maister 2020-08-14 17:04:32 -04:00 committed by GitHub
commit 709e10ed26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

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

View File

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