From dccd0bb287373022f36e0bc7ba19cef8ad6f6eec Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sun, 4 Aug 2024 10:36:34 -0400 Subject: [PATCH] release? --- CHANGELOG.md | 6 ++++++ apple.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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