Skip to content

Commit 7e1e4d1

Browse files
committed
Bump version to pandoc-lua-marshal 0.2.4
1 parent 9b3d727 commit 7e1e4d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
Released 2024-01-19.
88

9+
- Relaxed upper bound for aeson, allowing aeson-2.2.\*.
10+
11+
## 0.2.3
12+
13+
Released 2024-01-19.
14+
915
- Relaxed upper bound for text, containers, and bytestring,
1016
allowing text-2.1, containers-0.7, and bytestring-0.12.
1117

pandoc-lua-marshal.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: pandoc-lua-marshal
3-
version: 0.2.3
3+
version: 0.2.4
44
synopsis: Use pandoc types in Lua
55
description: This package provides functions to marshal and unmarshal
66
pandoc document types to and from Lua.

0 commit comments

Comments
 (0)