Skip to content

Commit 56facbd

Browse files
Release v0.2.0
1 parent 6600b5c commit 56facbd

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Unreleased
22

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+
39
## v0.1.0
410

511
Initial release, with:

kdl-hs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: kdl-hs
4-
version: 0.1.0
4+
version: 0.2.0
55
synopsis: KDL language parser and API
66
description: KDL language parser and API.
77
homepage: https://github.com/brandonchinn178/kdl-hs#readme

0 commit comments

Comments
 (0)