Skip to content

Commit

Permalink
(cargo-release) version 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Oct 12, 2018
1 parent 67b5f2f commit df81ead
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.2.0] - 2018-10-12

### Added
- `OrdMap` and `OrdSet` now have a `range()` method which makes an iterator over
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.1.0"
version = "12.2.0"
authors = ["Bodil Stokke <[email protected]>"]
license = "MPL-2.0+"
description = "Immutable collection datatypes"
Expand Down

0 comments on commit df81ead

Please sign in to comment.