Skip to content

Commit 0a3ac15

Browse files
Prepare for release. (#233)
2 parents 1630eb3 + eebb3d7 commit 0a3ac15

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macOS-latest
2626
- windows-latest
2727
cabal:
28-
- '3.10'
28+
- '3.12'
2929
ghc:
3030
- '8.10'
3131
- '9.0'

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.0.3.0
22

33
- Added the `mapWithKey` function to `MonoidMap`.
44

monoidmap.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: monoidmap
3-
version: 0.0.2.1
3+
version: 0.0.3.0
44
bug-reports: https://github.com/jonathanknowles/monoidmap/issues
55
license: Apache-2.0
66
license-file: LICENSE

src/internal/Data/MonoidMap/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ mapKeysWith combine fk = fromListWith combine . fmap (B.first fk) . toList
10161016
-- ( 'nullKey' k m) ==> ('get' k ('mapWithKey' f m) '==' 'mempty' )
10171017
-- @
10181018
--
1019-
-- @since unreleased
1019+
-- @since 0.0.3.0
10201020
--
10211021
mapWithKey
10221022
:: MonoidNull v2

0 commit comments

Comments
 (0)