From f6e9d32e95e0e3e5da94af58f0d12ed859bb2c66 Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Mon, 4 May 2020 16:35:43 -0400 Subject: [PATCH] Bump version to 0.2.15 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a0252c6..c7caaacc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ Versioning]. --- +## 0.2.15 [2020-05-04] + +### Fixed + +`cargo-web` support works, and is now explicitly checked in CI. A previous +change was made that made a method call ambiguous. + ## 0.2.14 [2020-05-02] ### Fixed diff --git a/Cargo.toml b/Cargo.toml index a482e1362..c1c613a23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time" -version = "0.2.14" +version = "0.2.15" authors = ["Jacob Pratt "] edition = "2018" repository = "https://github.com/time-rs/time"