Skip to content

Commit

Permalink
release?
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Aug 4, 2024
1 parent 0a0f6b3 commit dccd0bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion apple.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dccd0bb

Please sign in to comment.