Skip to content

Commit

Permalink
Update CHANGELOG.md and bump package version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Dec 23, 2023
1 parent 11f1819 commit 80bd7fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.1.0

- Added support for GHC 9.8.
- Optimised performance of `Semigroup.stimes` operation for `MonoidMap`.

# 0.0.0.1

Revised `MultiMap` examples and documentation.
Expand Down
2 changes: 1 addition & 1 deletion monoidmap.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: monoidmap
version: 0.0.0.1
version: 0.0.1.0
bug-reports: https://github.com/jonathanknowles/monoidmap/issues
license: Apache-2.0
license-file: LICENSE
Expand Down

0 comments on commit 80bd7fb

Please sign in to comment.