Skip to content

Commit

Permalink
prepare 0.14.0-rc.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Dec 13, 2024
1 parent d5ee430 commit 100a06c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -9,7 +9,7 @@ name = "uiua"
readme = "readme.md"
repository = "https://github.com/uiua-lang/uiua"
rust-version = "1.78"
version = "0.14.0-dev.7"
version = "0.14.0-rc.1"

[dependencies]
# Core dependencies
Expand Down
4 changes: 0 additions & 4 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
## 0.14
The next version of Uiua

- Stabilize `backward`, `case`
- Need to figure out `backward`'s glyph and non-dyadic semantics
- Add `case` to pattern matching tutorial

# 0.15
- Optimize `conjoin inventory`
- Compile-time code string evaluation
Expand Down

0 comments on commit 100a06c

Please sign in to comment.