Skip to content

Commit

Permalink
fix stack signature and prepare 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Dec 3, 2023
1 parent 9c644c8 commit a2b435d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.5.0"
version = "0.5.1"

[dependencies]
# Core dependencies
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ 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-2
## 0.5.1 - 2023-12-02
### Interpreter
- Fix [`stack` `?`](https://uiua.org/docs/stack) signature

## 0.5.0 - 2023-12-02
### 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 a2b435d

Please sign in to comment.