From 2fbf0f178e67954328a633d5f5987555f2fc648f Mon Sep 17 00:00:00 2001 From: Kai Schmidt Date: Fri, 16 Aug 2024 11:47:08 -0700 Subject: [PATCH] prepare 0.12.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.md | 6 +++--- site/blog/list.txt | 2 +- site/blog/uiua-0.12.0-text.md | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cc16bc4f..1f37faec8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4113,7 +4113,7 @@ checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" [[package]] name = "uiua" -version = "0.12.0-rc.2" +version = "0.12.0" dependencies = [ "arboard", "bitflags 2.5.0", diff --git a/Cargo.toml b/Cargo.toml index eeb262e99..9a0521f25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "uiua" readme = "readme.md" repository = "https://github.com/uiua-lang/uiua" rust-version = "1.78" -version = "0.12.0-rc.2" +version = "0.12.0" [dependencies] # Core dependencies diff --git a/changelog.md b/changelog.md index 3e019e525..50b902452 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,9 @@ Uiua is not yet stable. -# 0.12.0 - 2024-08-?? -This version is not yet released. If you are reading this on the website, then these changes are live here. - + +# 0.12.0 - 2024-08-16 +You can find the release announcement [here](https://uiua.org/blog/uiua-0.12.0). ### Language - **Breaking Change** - [`&runs`](https://uiua.org/docs/&runs) now returns 3 handles rather than 1 - This gives more precise control over stdin, stdout, and stderr diff --git a/site/blog/list.txt b/site/blog/list.txt index b056f2a8c..d0e976441 100644 --- a/site/blog/list.txt +++ b/site/blog/list.txt @@ -1,4 +1,4 @@ -# uiua-0.12.0: 2024-08-?? - Announcing Uiua 0.12.0 +uiua-0.12.0: 2024-08-16 - Announcing Uiua 0.12.0 uiua-0.11.0: 2024-06-02 - Announcing Uiua 0.11.0 uiua-0.10.0: 2024-04-04 - Announcing Uiua 0.10.0 what-will-1-look-like: 2024-01-19 - What will Uiua 1.0 look like? diff --git a/site/blog/uiua-0.12.0-text.md b/site/blog/uiua-0.12.0-text.md index badc5fd15..cf2d27919 100644 --- a/site/blog/uiua-0.12.0-text.md +++ b/site/blog/uiua-0.12.0-text.md @@ -1,12 +1,12 @@ # Announcing Uiua 0.12.0 -2024-08-?? +2024-08-16 --- Uiua 0.12.0 is now available! -You can find the full changelog [here](https://uiua.org/docs/changelog#0.12.0---2024-08-??). +You can find the full changelog [here](https://uiua.org/docs/changelog#0.12.0---2024-08-16). Uiua is a general purpose, stack-based, array-oriented programming language with a focus on tacit code. @@ -180,7 +180,7 @@ As always, a heartfelt thank-you to everyone in the Uiua community! Your contrib If you want to support Uiua's development, you can become one of its excellent [sponsors](https://github.com/sponsors/uiua-lang)! -Again, you can find the full changelog for this release [here](https://uiua.org/docs/changelog#0.12.0---2024-08-??). +Again, you can find the full changelog for this release [here](https://uiua.org/docs/changelog#0.12.0---2024-08-16). You can join the [Uiua Discord](https://discord.gg/3r9nrfYhCc) to chat about the language, ask questions, or get help.