diff --git a/Cargo.lock b/Cargo.lock index 1af13b123..755c24d7e 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 9faebebd7..129032108 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 03bd87be0..9c7b7b03f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,9 @@ # Uiua Changelog Uiua is not yet stable. + -## 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