We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c818322 commit 05acf66Copy full SHA for 05acf66
2 files changed
CHANGELOG.md
@@ -3,6 +3,12 @@
3
`hslua-module-doclayout` uses [PVP Versioning][1].
4
The changelog is available [on GitHub][2].
5
6
+## 0.2.0.1
7
+
8
+Released 2020-10-28.
9
10
+* Relax upper bounds for hslua, allowing hslua-1.3.*
11
12
## 0.2.0
13
14
* Full test coverage of all provided Lua functions.
hslua-module-doclayout.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.0
2
name: hslua-module-doclayout
-version: 0.2.0
+version: 0.2.0.1
synopsis: Lua module wrapping Text.DocLayout.
description: Lua module wrapping @Text.DocLayout@.
homepage: https://github.com/hslua/hslua-module-doclayout
0 commit comments