Skip to content

Commit

Permalink
prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Nov 3, 2023
1 parent 23480b2 commit 479b871
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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 @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- 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
Expand Down
1 change: 0 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 479b871

Please sign in to comment.