Skip to content

Commit

Permalink
(cargo-release) version 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Sep 25, 2018
1 parent 93cec2f commit 5487ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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]
## [12.1.0] - 2018-09-25

### Added
- Maps and sets now have the `clear` method just like `Vector`. (#46)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "im"
version = "12.0.0"
version = "12.1.0"
authors = ["Bodil Stokke <[email protected]>"]
license = "MPL-2.0+"
description = "Immutable collection datatypes"
Expand Down

0 comments on commit 5487ef8

Please sign in to comment.