Skip to content

Commit 5487ef8

Browse files
committedSep 25, 2018
(cargo-release) version 12.1.0
1 parent 93cec2f commit 5487ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.0] - 2018-09-25
1010

1111
### Added
1212
- Maps and sets now have the `clear` method just like `Vector`. (#46)

‎Cargo.toml

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

0 commit comments

Comments
 (0)
Please sign in to comment.