Skip to content

Commit 2295bc9

Browse files
committed
(cargo-release) version 12.3.1
1 parent e525738 commit 2295bc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic
77
Versioning](http://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [12.3.1] - 2019-02-19
1010

1111
### Changed
1212

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "im"
3-
version = "12.3.0"
3+
version = "12.3.1"
44
authors = ["Bodil Stokke <bodil@bodil.org>"]
55
license = "MPL-2.0+"
66
description = "Immutable collection datatypes"

rc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "im-rc"
3-
version = "12.3.0"
3+
version = "12.3.1"
44
authors = ["Bodil Stokke <bodil@bodil.org>"]
55
license = "MPL-2.0+"
66
description = "Immutable collection datatypes (the fast but not thread safe version)"

0 commit comments

Comments
 (0)