Skip to content

Commit 1005dce

Browse files
Prepare release. (#275)
2 parents 0ac869c + 14c6982 commit 1005dce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.5.0
2+
3+
- Made `MonoidMap` an instance of both `Typeable` and `Data`.
4+
15
# 0.0.4.4
26

37
- Moved implementation, tests, and benchmark to the `monoidmap-internal`

monoidmap.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: monoidmap
3-
version: 0.0.4.4
3+
version: 0.0.5.0
44
bug-reports: https://github.com/jonathanknowles/monoidmap/issues
55
license: Apache-2.0
66
license-file: LICENSE
@@ -27,7 +27,7 @@ common dependency-groups
2727
common dependency-monoid-subclasses
2828
build-depends:monoid-subclasses >= 1.2.3 && < 1.3
2929
common dependency-monoidmap-internal
30-
build-depends:monoidmap-internal >= 0.0.0.0 && < 0.1
30+
build-depends:monoidmap-internal >= 0.1.0.0 && < 0.2
3131
common dependency-nothunks
3232
build-depends:nothunks >= 0.1.3 && < 0.4
3333

0 commit comments

Comments
 (0)