Skip to content

Commit 177160b

Browse files
committed
prepare 0.10.3 release
1 parent 4cb5077 commit 177160b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "uiua"
99
readme = "readme.md"
1010
repository = "https://github.com/uiua-lang/uiua"
1111
rust-version = "1.76"
12-
version = "0.10.2"
12+
version = "0.10.3"
1313

1414
[dependencies]
1515
# Core dependencies

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Uiua is not yet stable.
44
<!-- This version is not yet released. If you are reading this on the website, then these changes are live here. -->
55

6+
## 0.10.3 - 2024-04-09
7+
### Interpreter
8+
- Fix a crash involving pervasing operations on some 0-length arrays
9+
610
## 0.10.2 - 2024-04-08
711
### Interpreter
812
- Fix a bug in [`repeat ⍥`](https://uiua.org/docs/repeat) with [`infinity ∞`](https://uiua.org/docs/infinity) signature inference

0 commit comments

Comments
 (0)