Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.8.1.0 — 2025-08-20

### Non-breaking

- Expose `cgetManyAndLast`.

## 0.8.0.1 — 2025-04-08

### Patch
Expand Down
4 changes: 2 additions & 2 deletions cardano-lmdb-simple.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-lmdb-simple
version: 0.8.0.1
version: 0.8.1.0
synopsis: Simple API for LMDB
description: This package provides a simple API for using the
Lightning Memory-mapped Database (LMDB).
Expand All @@ -25,7 +25,7 @@ source-repository head
source-repository head
type: git
location: https://github.com/input-output-hk/lmdb-simple.git
tag: cardano-lmdb-simple-0.8.0.1
tag: cardano-lmdb-simple-0.8.1.0

library
hs-source-dirs: src
Expand Down
Loading