Skip to content

Commit

Permalink
prepare 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Dec 3, 2023
1 parent b7250f4 commit 6870216
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -8,7 +8,7 @@ license = "MIT"
name = "uiua"
readme = "readme.md"
repository = "https://github.com/uiua-lang/uiua"
version = "0.4.1"
version = "0.5.0"

[dependencies]
# Core dependencies
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Uiua is not yet stable.

<!-- This version is not yet released. If you are reading this on the website, then these changes are live here. -->

## 0.5.0 - 2023-12-??
This version is not yet released. If you are reading this on the website, then these changes are live here.
## 0.5.0 - 2023-12-2
### Language
- [`invert` ``](https://uiua.org/docs/invert) and [`under` ``](https://uiua.org/docs/under) now work with stack array notation.
- Add the [`stack` `?`](https://uiua.org/docs/stack) function, which debug-prints the entire stack
Expand Down

0 comments on commit 6870216

Please sign in to comment.