We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd847f commit 103d50aCopy full SHA for 103d50a
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## next version — ????-??-??
+## 0.4.0.2 — 2024-10-03
2
3
### Patch
4
cardano-lmdb.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-lmdb
-version: 0.4.0.1
+version: 0.4.0.2
synopsis: Lightning MDB bindings
5
category: Database
6
description:
@@ -30,6 +30,11 @@ source-repository head
30
type: git
31
location: http://github.com/input-output-hk/haskell-lmdb.git
32
33
+source-repository head
34
+ type: git
35
+ location: http://github.com/input-output-hk/haskell-lmdb.git
36
+ tag: cardano-lmdb-0.4.0.2
37
+
38
common warnings
39
ghc-options:
40
-Wall -Wcompat -Wincomplete-uni-patterns
0 commit comments