Skip to content

Commit 2fbf0f1

Browse files
committed
prepare 0.12.0 release
1 parent ad544dc commit 2fbf0f1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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
@@ -9,7 +9,7 @@ name = "uiua"
99
readme = "readme.md"
1010
repository = "https://github.com/uiua-lang/uiua"
1111
rust-version = "1.78"
12-
version = "0.12.0-rc.2"
12+
version = "0.12.0"
1313

1414
[dependencies]
1515
# Core dependencies

changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Uiua is not yet stable.
44

5-
# 0.12.0 - 2024-08-??
6-
This version is not yet released. If you are reading this on the website, then these changes are live here.
7-
<!-- You can find the release announcement [here](https://uiua.org/blog/uiua-0.12.0). -->
5+
<!-- This version is not yet released. If you are reading this on the website, then these changes are live here. -->
6+
# 0.12.0 - 2024-08-16
7+
You can find the release announcement [here](https://uiua.org/blog/uiua-0.12.0).
88
### Language
99
- **Breaking Change** - [`&runs`](https://uiua.org/docs/&runs) now returns 3 handles rather than 1
1010
- This gives more precise control over stdin, stdout, and stderr

site/blog/list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# uiua-0.12.0: 2024-08-?? - Announcing Uiua 0.12.0
1+
uiua-0.12.0: 2024-08-16 - Announcing Uiua 0.12.0
22
uiua-0.11.0: 2024-06-02 - Announcing Uiua 0.11.0
33
uiua-0.10.0: 2024-04-04 - Announcing Uiua 0.10.0
44
what-will-1-look-like: 2024-01-19 - What will Uiua 1.0 look like?

site/blog/uiua-0.12.0-text.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Announcing Uiua 0.12.0
22

3-
2024-08-??
3+
2024-08-16
44

55
---
66

77
Uiua 0.12.0 is now available!
88

9-
You can find the full changelog [here](https://uiua.org/docs/changelog#0.12.0---2024-08-??).
9+
You can find the full changelog [here](https://uiua.org/docs/changelog#0.12.0---2024-08-16).
1010

1111
Uiua is a general purpose, stack-based, array-oriented programming language with a focus on tacit code.
1212

@@ -180,7 +180,7 @@ As always, a heartfelt thank-you to everyone in the Uiua community! Your contrib
180180

181181
If you want to support Uiua's development, you can become one of its excellent [sponsors](https://github.com/sponsors/uiua-lang)!
182182

183-
Again, you can find the full changelog for this release [here](https://uiua.org/docs/changelog#0.12.0---2024-08-??).
183+
Again, you can find the full changelog for this release [here](https://uiua.org/docs/changelog#0.12.0---2024-08-16).
184184

185185
You can join the [Uiua Discord](https://discord.gg/3r9nrfYhCc) to chat about the language, ask questions, or get help.
186186

0 commit comments

Comments
 (0)