Skip to content

Commit

Permalink
prepare 0.0.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Oct 14, 2023
1 parent dba7786 commit 5784b56
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 27 deletions.
47 changes: 23 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "uiua"
readme = "readme.md"
repository = "https://github.com/uiua-lang/uiua"
version = "0.0.18"
version = "0.0.19"

[dependencies]
ariadne = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Uiua is not yet stable.

## 0.0.19 - 2023-10-??
## 0.0.19 - 2023-10-13
### Language
- Add [`under` ``](https://uiua.org/docs/under) [`both` ``](https://uiua.org/docs/both)
- Remove `restack ⇵` for good
Expand Down
1 change: 0 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- Check all modifier signatures (signature checks and runtime checks)
- Improve how recursion works
- `under` aggregating `group` and `partition`
- Add channels for spawned threads
Expand Down

0 comments on commit 5784b56

Please sign in to comment.