summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--changelog.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1af13b12..755c24d7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3948,7 +3948,7 @@ checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
[[package]]
name = "uiua"
-version = "0.12.1"
+version = "0.12.2"
dependencies = [
"arboard",
"bitflags 2.5.0",
diff --git a/Cargo.toml b/Cargo.toml
index 9faebebd..12903210 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.1"
+version = "0.12.2"
[dependencies]
# Core dependencies
diff --git a/changelog.md b/changelog.md
index 03bd87be..9c7b7b03 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,9 @@
# Uiua Changelog
Uiua is not yet stable.
+<!-- This version is not yet released. If you are reading this on the website, then these changes are live here. -->
-## 0.12.2 - 2024-08-??
-This version is not yet released. If you are reading this on the website, then these changes are live here.
+## 0.12.2 - 2024-08-16
### Interpreter
- Fix a bug in formatting `¯0`
- Fix a bug with uasm serialization of non-standard numbers