Skip to content

Commit

Permalink
Bump to 0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
re-xyr committed Feb 6, 2022
1 parent b4d21a7 commit 96c60d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for `cleff`

## Unreleased
## 0.2.0.0 (2022-02-06)

### Changed

Expand All @@ -15,6 +15,6 @@
- `raiseUnder`, `raiseNUnder`, `raiseUnderN`, `raiseNUnderN` for introducing effects under other effects in the effect stack
- `runWriterBatch` as a more efficient `Writer` interpreter that writes `listen`ed values in batch instead of in real time

## 0.1.0.0
## 0.1.0.0 (2022-01-31)

- Initial API
2 changes: 1 addition & 1 deletion cleff.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: cleff
version: 0.1.0.0
version: 0.2.0.0
synopsis: Fast and concise extensible effects
description: Please see the README on GitHub at <https://github.com/re-xyr/cleff#readme>
category: Control, Effect, Language
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cleff
version: 0.1.0.0
version: 0.2.0.0
github: "re-xyr/cleff"
license: BSD3
author: "Xy Ren"
Expand Down

0 comments on commit 96c60d4

Please sign in to comment.