From 10d1067889e1623da5bd45b596e7e3af7e44149b Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Tue, 3 Mar 2020 16:24:34 +0000 Subject: [PATCH] (cargo-release) version 14.3.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 55ab5b3..e360c42 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] +## [14.3.0] - 2020-03-03 ### Changed diff --git a/Cargo.toml b/Cargo.toml index ab5f066..af78ee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "im" -version = "14.2.0" +version = "14.3.0" authors = ["Bodil Stokke "] edition = "2018" license = "MPL-2.0+" diff --git a/rc/Cargo.toml b/rc/Cargo.toml index 58793f7..7ff7307 100644 --- a/rc/Cargo.toml +++ b/rc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "im-rc" -version = "14.2.0" +version = "14.3.0" edition = "2018" authors = ["Bodil Stokke "] license = "MPL-2.0+"