Skip to content

Commit dccd0bb

Browse files
committed
release?
1 parent 0a0f6b3 commit dccd0bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# apple
22

3+
## 0.2.0.0
4+
35
* Add `:delete` to REPL
46
* Some cases no longer crash the compiler
7+
* Fix `free` insertion in branches
8+
* Implement filter (`§`) and 'indices of' (``)
9+
* Add `{:?` (tailM) and `}:?` (initM)
10+
* Existentials are handled better
511

612
## 0.1.0.0
713

apple.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.0
22
name: apple
3-
version: 0.1.0.0
3+
version: 0.2.0.0
44
license: AGPL-3
55
license-file: LICENSE
66
copyright: Copyright: (c) 2022 Vanessa McHale

0 commit comments

Comments
 (0)