diff --git a/Cargo.lock b/Cargo.lock index 419f8dfe6..390377a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3471,7 +3471,7 @@ dependencies = [ [[package]] name = "uiua" -version = "0.10.0" +version = "0.10.1" dependencies = [ "arboard", "bitflags 2.5.0", diff --git a/Cargo.toml b/Cargo.toml index 611335ed3..ad182ab29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/changelog.md b/changelog.md index 1cd164490..83d01a9c9 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ Uiua is not yet stable. -## 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