Skip to content

Commit 358f238

Browse files
Release v0.2.0
1 parent 5126c2e commit 358f238

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.2.0
4+
5+
* Remove monad `Decoder` newtype, just give the `Monad` instance to the canonical `Decoder` type and use the same `Decoder` type everywhere
6+
* Reorganize module structure
7+
* Schema improvements
8+
* Rename `Decoder` => `DecodeArrow`, set `Decoder o a` as alias for `DecodeArrow o () a`
9+
310
## v0.1.0
411

512
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)