Skip to content

Commit 074d954

Browse files
committed
Bump version to 1.0.2, update changelog
1 parent 794ebd1 commit 074d954

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
`hslua-module-doclayout` uses [PVP Versioning][1].
44
The changelog is available [on GitHub][2].
55

6+
## 1.0.2
7+
8+
Released 2022-02-05.
9+
10+
- Modify functions, ensuring that the main document is always
11+
the first argument. This allows convenient use of these
12+
functions as methods.
13+
14+
- Improved documentation.
15+
616
## 1.0.1
717

818
Released 2022-01-31.

hslua-module-doclayout.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.0
22
name: hslua-module-doclayout
3-
version: 1.0.1
3+
version: 1.0.2
44
synopsis: Lua module wrapping Text.DocLayout.
55
description: Lua module wrapping @Text.DocLayout@.
66
homepage: https://github.com/hslua/hslua-module-doclayout

0 commit comments

Comments
 (0)