Skip to content

Commit

Permalink
(cargo-release) version 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Nov 19, 2019
1 parent 045fed7 commit 580cb58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.0.0] - 2019-11-19

### Changed

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "im"
version = "13.0.0"
version = "14.0.0"
authors = ["Bodil Stokke <bodil@bodil.org>"]
edition = "2018"
license = "MPL-2.0+"
Expand All @@ -26,7 +26,7 @@ version_check = "0.9"
[dependencies]
typenum = "1.10"
bitmaps = "2.0.0"
sized-chunks = { version = "*" }
sized-chunks = "0.5.0"
quickcheck = { version = "0.9", optional = true }
proptest = { version = "0.9", optional = true }
serde = { version = "1.0", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions rc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "im-rc"
version = "13.0.0"
version = "14.0.0"
edition = "2018"
authors = ["Bodil Stokke <bodil@bodil.org>"]
license = "MPL-2.0+"
Expand All @@ -25,7 +25,7 @@ version_check = "0.9"
[dependencies]
typenum = "1.10"
bitmaps = "2.0.0"
sized-chunks = { version = "*" }
sized-chunks = "0.5.0"
quickcheck = { version = "0.9", optional = true }
proptest = { version = "0.9", optional = true }
serde = { version = "1.0", optional = true }
Expand Down

0 comments on commit 580cb58

Please sign in to comment.