We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef6fed commit 56f36d8Copy full SHA for 56f36d8
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Unreleased
2
3
+## v0.2.0
4
+
5
+* Fix schema of `KDL.fail`
6
+* Reorganize module structure
7
+* Remove monad `Decoder` newtype, just give the `Monad` instance to the canonical `Decoder` type and use the same `Decoder` type everywhere
8
9
## v0.1.0
10
11
Initial release, with:
kdl-hs.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: kdl-hs
-version: 0.1.0
+version: 0.2.0
synopsis: KDL language parser and API
description: KDL language parser and API.
homepage: https://github.com/brandonchinn178/kdl-hs#readme
0 commit comments