diff --git a/Cargo.lock b/Cargo.lock index ca2e5ab5a..db99d035e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3522,7 +3522,7 @@ dependencies = [ [[package]] name = "uiua" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bufreaderwriter", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5801d6743..fb3820dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "uiua" readme = "readme.md" repository = "https://github.com/uiua-lang/uiua" -version = "0.3.0" +version = "0.3.1" [dependencies] # Core dependencies diff --git a/changelog.md b/changelog.md index ab231cc7e..055d8214f 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,10 @@ If you are reading this on the website, then these changes are live here. ### Language - [`join` `⊂`](https://uiua.org/docs/join) now always works with a scalar regardless of the shape of the other array +## 0.3.1 - 2023-11-20 +### Interpreter +- Fix some bugs and crashes + ## 0.3.0 - 2023-11-19 ### Language - **Big Change**