Skip to content

Commit

Permalink
prepare 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Aug 16, 2024
1 parent ad544dc commit 2fbf0f1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- You can find the release announcement [here](https://uiua.org/blog/uiua-0.12.0). -->
<!-- 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
Expand Down
2 changes: 1 addition & 1 deletion site/blog/list.txt
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
6 changes: 3 additions & 3 deletions site/blog/uiua-0.12.0-text.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 2fbf0f1

Please sign in to comment.