From fd97714d0aae35f150f28108d199f1e0d3b89b2c Mon Sep 17 00:00:00 2001 From: Kai Schmidt Date: Sat, 21 Oct 2023 17:59:45 -0700 Subject: [PATCH] prepare 0.0.21 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a76b1ecc..514fe4bc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3323,7 +3323,7 @@ dependencies = [ [[package]] name = "uiua" -version = "0.0.20" +version = "0.0.21" dependencies = [ "ariadne", "bufreaderwriter", diff --git a/Cargo.toml b/Cargo.toml index 74020f577..124092db9 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.0.20" +version = "0.0.21" [dependencies] ariadne = "0.3.0" diff --git a/changelog.md b/changelog.md index c7314f8d3..ba446b20e 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ Uiua is not yet stable. -## 0.0.21 - 2023-10-?? +## 0.0.21 - 2023-10-21 ### Language - **Massive Change** - Functions are no longer first-class values. This has many implications: - Functions can no longer be put in arrays or manipulated as stack values