Skip to content

Commit 9865860

Browse files
committed
Bumped version and updated 'CHANGES'
1 parent 507d640 commit 9865860

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ bitset Changelog
33

44
Here you can see the full list of changes between each bitset release.
55

6+
Version 1.4.7
7+
-------------
8+
9+
Released on August 25th, 2013
10+
11+
- 'GBitSet' was renamed to 'BitSet' and is now 'newtype' as suggested
12+
by John Ericson.
13+
614
Version 1.4.6
715
-------------
816

bitset.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: bitset
2-
Version: 1.4.6
2+
Version: 1.4.7
33
Synopsis: A space-efficient set data structure.
44
Description:
55
A /bit set/ is a compact data structure, which maintains a set of members
@@ -79,7 +79,7 @@ Benchmark bitset-benchmarks
7979
, integer-gmp
8080
, ghc-prim
8181

82-
, criterion == 0.6.*
82+
, criterion == 0.8.*
8383
, containers >= 0.4.2
8484
, random == 1.0.*
8585
, random-shuffle == 0.0.4

0 commit comments

Comments
 (0)