diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb545dcf..bfb749e73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # apple +## 0.2.0.0 + * Add `:delete` to REPL * Some cases no longer crash the compiler + * Fix `free` insertion in branches + * Implement filter (`§`) and 'indices of' (`⩪`) + * Add `{:?` (tailM) and `}:?` (initM) + * Existentials are handled better ## 0.1.0.0 diff --git a/apple.cabal b/apple.cabal index 614ec0abc..66b8f15d9 100644 --- a/apple.cabal +++ b/apple.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: apple -version: 0.1.0.0 +version: 0.2.0.0 license: AGPL-3 license-file: LICENSE copyright: Copyright: (c) 2022 Vanessa McHale