Skip to content

Commit

Permalink
(cargo-release) version 14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Jan 17, 2020
1 parent be6852c commit c8d14dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "im"
version = "14.1.0"
version = "14.2.0"
authors = ["Bodil Stokke <bodil@bodil.org>"]
edition = "2018"
license = "MPL-2.0+"
Expand All @@ -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"

Expand Down
3 changes: 2 additions & 1 deletion rc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "im-rc"
version = "14.1.0"
version = "14.2.0"
edition = "2018"
authors = ["Bodil Stokke <bodil@bodil.org>"]
license = "MPL-2.0+"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c8d14dc

Please sign in to comment.