From c8d14dcd6a02af82cb6fe04ab74d4157154bdecf Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Fri, 17 Jan 2020 18:56:40 +0000 Subject: [PATCH] (cargo-release) version 14.2.0 --- CHANGELOG.md | 2 +- Cargo.toml | 8 ++++---- rc/Cargo.toml | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d07e5..21ba6eb 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.2.0] - 2020-01-17 ### Added diff --git a/Cargo.toml b/Cargo.toml index 356b25e..1af7f8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "im" -version = "14.1.0" +version = "14.2.0" authors = ["Bodil Stokke "] edition = "2018" license = "MPL-2.0+" @@ -20,15 +20,15 @@ exclude = [ "proptest-regressions/**" ] +[package.metadata.docs.rs] +all-features = true + [lib] path = "./src/lib.rs" [badges] circle-ci = { repository = "bodil/im-rs" } -[package.metadata.docs.rs] -all-features = true - [build-dependencies] version_check = "0.9" diff --git a/rc/Cargo.toml b/rc/Cargo.toml index 2f58ddc..13a3cc7 100644 --- a/rc/Cargo.toml +++ b/rc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "im-rc" -version = "14.1.0" +version = "14.2.0" edition = "2018" authors = ["Bodil Stokke "] license = "MPL-2.0+" @@ -36,6 +36,7 @@ proptest = { version = "0.9", optional = true } serde = { version = "1.0", optional = true } rayon = { version = "1.0", optional = true } refpool = { version = "0.2.2", optional = true } +arbitrary = { version = "0.3", optional = true } [dev-dependencies] proptest = "0.9"