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 8350a57 commit c78f92fCopy full SHA for c78f92f
2 files changed
CHANGELOG.md
@@ -3,9 +3,9 @@
3
`hslua-module-doclayout` uses [PVP Versioning][1].
4
The changelog is available [on GitHub][2].
5
6
-## 0.0.0.0
+## 0.1.0
7
8
-* Initially created.
+* Initial release.
9
10
[1]: https://pvp.haskell.org
11
[2]: https://github.com/hslua/hslua-module-doclayout/releases
hslua-module-doclayout.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.0
2
name: hslua-module-doclayout
-version: 0.0.0
+version: 0.1.0
synopsis: Lua module wrapping Text.DocLayout.
description: Lua module wrapping @Text.DocLayout@.
homepage: https://github.com/hslua/hslua-module-doclayout
0 commit comments