Skip to content

Commit 8d958f4

Browse files
committed
Bump version to 0.2.5, update changelog
1 parent 8986ef4 commit 8d958f4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
`pandoc-lua-marshal` uses [PVP Versioning][].
44

5-
## 0.2.3
5+
## 0.2.5
6+
7+
Released 2024-03-04.
8+
9+
- The `clone` method on *Blocks* and *Inlines* elements now
10+
creates deep copies of the lists.
11+
12+
## 0.2.4
613

714
Released 2024-01-19.
815

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.4
3+
version: 0.2.5
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)