From cc0e795b592b535640febe78cea8581181472f32 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Sun, 5 Jul 2020 18:50:00 -0400 Subject: [PATCH] Release v0.4.13 --- CHANGELOG.md | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 487237871f..84e76b926e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 mechanical changes will be omitted from the following list. -## 0.4.13 (unreleased) +## 0.4.13 ### Features @@ -18,7 +18,6 @@ Versions with only mechanical changes will be omitted from the following list. * Code improvements to impl `From` for `js_sys` in wasm to reuse code (@schrieveslaach) - ## 0.4.12 ### New Methods and impls diff --git a/Cargo.toml b/Cargo.toml index 3596c0a0ef..1f6d2b83bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.12" +version = "0.4.13" authors = [ "Kang Seonghoon ", "Brandon W Maister ",