Skip to content

Commit

Permalink
Bump version to 0.1.0.11 and add changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Nov 12, 2024
1 parent 17b85ba commit 8ca835e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 0.1.0.11

- Fix space leak in `ByteString` instances
(PR [#15](https://github.com/nominolo/murmur-hash/pull/15)).
Fixes issue [#17](https://github.com/nominolo/murmur-hash/issues/17).

- Build tested with GHC 8.0 - 9.12.0.


### 0.1.0.10

- Replace use of deprecated `bitSize` by `finiteBitSize`
Expand Down
3 changes: 1 addition & 2 deletions murmur-hash.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Cabal-Version: 1.18
Name: murmur-hash
Version: 0.1.0.10
x-revision: 1
Version: 0.1.0.11
License: BSD3
License-File: LICENSE
Author: Thomas Schilling
Expand Down

0 comments on commit 8ca835e

Please sign in to comment.