diff --git a/Cargo.lock b/Cargo.lock index 4f02d40fb..b2dfa0b7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3521,7 +3521,7 @@ dependencies = [ [[package]] name = "uiua" -version = "0.0.25" +version = "0.1.0" dependencies = [ "bufreaderwriter", "clap", diff --git a/Cargo.toml b/Cargo.toml index 12f12d497..006659862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "uiua" readme = "readme.md" repository = "https://github.com/uiua-lang/uiua" -version = "0.0.25" +version = "0.1.0" [dependencies] bufreaderwriter = "0.2.4" diff --git a/changelog.md b/changelog.md index fe6d093d4..b4302f130 100644 --- a/changelog.md +++ b/changelog.md @@ -2,8 +2,8 @@ Uiua is not yet stable. -## 0.0.26 - 2023-11-?? -If you are reading this on the website, then these changes are live here. + +## 0.1.0 - 2023-11-03 ### Language - Add complex numbers, which can be created with the [`complex` `ℂ`](https://uiua.org/docs/complex) function - Add the [`do` `⍢`](https://uiua.org/docs/do) modifier, which repeatedly calls a function as long as a condition holds diff --git a/todo.md b/todo.md index 88c4bf88c..47aea1bc9 100644 --- a/todo.md +++ b/todo.md @@ -23,7 +23,6 @@ Within a each section, items are ordered (roughly) by decreasing priority. - Reduce windows? - `/f◫` for scalar window size could be optimized, but is it necessary? ## Documentation -- Images and GIFs - System functions ## Tooling