From b586a962a1ba681a2a3cdc7a3325a840fc763d94 Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Fri, 15 May 2020 19:59:42 +0100 Subject: [PATCH] (cargo-release) version 15.0.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- rc/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74caee..05fed6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [15.0.0] - 2020-05-15 ### Changed diff --git a/Cargo.toml b/Cargo.toml index ae000f6..034b449 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "im" -version = "14.3.0" +version = "15.0.0" authors = ["Bodil Stokke "] edition = "2018" license = "MPL-2.0+" diff --git a/rc/Cargo.toml b/rc/Cargo.toml index 86701c0..0045fed 100644 --- a/rc/Cargo.toml +++ b/rc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "im-rc" -version = "14.3.0" +version = "15.0.0" edition = "2018" authors = ["Bodil Stokke "] license = "MPL-2.0+"