Skip to content

Commit 1ac0f71

Browse files
committed
prepare 0.3.1 release
1 parent 38118ca commit 1ac0f71

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
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "uiua"
99
readme = "readme.md"
1010
repository = "https://github.com/uiua-lang/uiua"
11-
version = "0.3.0"
11+
version = "0.3.1"
1212

1313
[dependencies]
1414
# Core dependencies

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ If you are reading this on the website, then these changes are live here.
88
### Language
99
- [`join` ``](https://uiua.org/docs/join) now always works with a scalar regardless of the shape of the other array
1010

11+
## 0.3.1 - 2023-11-20
12+
### Interpreter
13+
- Fix some bugs and crashes
14+
1115
## 0.3.0 - 2023-11-19
1216
### Language
1317
- **Big Change**

0 commit comments

Comments
 (0)