Skip to content

Commit

Permalink
prepare 0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Apr 7, 2024
1 parent 73103df commit 9ead047
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -9,7 +9,7 @@ name = "uiua"
readme = "readme.md"
repository = "https://github.com/uiua-lang/uiua"
rust-version = "1.76"
version = "0.10.0"
version = "0.10.1"

[dependencies]
# Core dependencies
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.10.1 - 2024-04-06
## 0.10.1 - 2024-04-07
### Interpreter
- [`under ⍜`](https://uiua.org/docs/under) of pattern matching now works correctly
- [`under ⍜`](https://uiua.org/docs/under) [`un °`](https://uiua.org/docs/un) [`scan \\`](https://uiua.org/docs/scan) now works correctly
Expand Down

0 comments on commit 9ead047

Please sign in to comment.