Skip to content

Commit

Permalink
Release Fennel 0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Feb 12, 2023
1 parent 5f7a9be commit 32efd9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/lua-5.*
/fennelview.lua
/fennelfriend.lua
/bootstrap/view.lua

# Created by https://www.gitignore.io/api/lua

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary of user-visible changes

## 0.4.3 / ???
## 0.4.3 / 2023-02-12

* Backport new `match` rewrite as well as `case`, `case-try`, and `match-try`
* Backport `&as` destructuring
Expand Down
2 changes: 1 addition & 1 deletion fennel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2874,7 +2874,7 @@ local module = {

eval = eval,
dofile = compiler.dofileFennel,
version = "0.4.3-dev",
version = "0.4.3",
}

utils.fennelModule = module -- yet another circular dependency =(
Expand Down

0 comments on commit 32efd9f

Please sign in to comment.