Skip to content

Commit 4abb751

Browse files
committed
Bump version number to 0.2.6.0
1 parent 8594d5d commit 4abb751

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.2.6.0
2+
3+
* Mark several modules as Trustworthy.
4+
5+
* Add Hashable instances for HashMap and HashSet.
6+
7+
* Add mapMaybe, mapMaybeWithKey, update, alter, and
8+
intersectionWithKey.
9+
110
## 0.2.5.1 (2014-10-11)
211

312
* Support base-4.8

unordered-containers.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: unordered-containers
2-
version: 0.2.5.1
2+
version: 0.2.6.0
33
synopsis: Efficient hashing-based container types
44
description:
55
Efficient hashing-based container types. The containers have been
@@ -41,7 +41,7 @@ library
4141
build-depends:
4242
base >= 4 && < 5,
4343
deepseq >= 1.1,
44-
hashable >= 1.0.1.1
44+
hashable >= 1.0.1.1 && < 1.3
4545

4646
if impl(ghc < 7.4)
4747
c-sources: cbits/popc.c

0 commit comments

Comments
 (0)