From 7a9b3075811f0c2f932695cbb5ee32df32f6fb3c Mon Sep 17 00:00:00 2001 From: Kai Schmidt Date: Wed, 6 Dec 2023 17:45:38 -0800 Subject: [PATCH] prepare 0.6.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.md | 5 +++-- site/src/tutorial.rs | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51255fb78..b23f1d93b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3516,7 +3516,7 @@ dependencies = [ [[package]] name = "uiua" -version = "0.5.1" +version = "0.6.0" dependencies = [ "bufreaderwriter", "clap", diff --git a/Cargo.toml b/Cargo.toml index 91452fb31..a72b78262 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.5.1" +version = "0.6.0" [dependencies] # Core dependencies diff --git a/changelog.md b/changelog.md index 1b3a28c3c..c21230904 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,9 @@ Uiua is not yet stable. + -## 0.6.0 - 2023-12-?? -This version is not yet released. If you are reading this on the website, then these changes are live here. +## 0.6.0 - 2023-12-06 ### Language - [`fix` `¤`](https://uiua.org/docs/fix) now works with binary pervasive functions - This removes the need for some uses of [`rows` `≡`](https://uiua.org/docs/rows) and should be a bit faster @@ -33,6 +33,7 @@ This version is not yet released. If you are reading this on the website, then t - Add a token count to the editor (in settings) - Files can now be dragged into the editor to open them with [`&fras`](https://uiua.org/docs/&fras) - [`&fld`](https://uiua.org/docs/&fld) now works on the website + ## 0.5.1 - 2023-12-02 ### Interpreter - Fix [`stack` `?`](https://uiua.org/docs/stack) signature diff --git a/site/src/tutorial.rs b/site/src/tutorial.rs index 2a3baed65..d12368181 100644 --- a/site/src/tutorial.rs +++ b/site/src/tutorial.rs @@ -997,7 +997,7 @@ splitArray([1, 2, 3, 7, 2, 4, 5])"