Skip to content

Commit

Permalink
prepare 0.0.24 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Oct 29, 2023
1 parent 0477dfb commit 49f3605
Show file tree
Hide file tree
Showing 3 changed files with 6 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.23"
version = "0.0.24"

[dependencies]
bufreaderwriter = "0.2.4"
Expand Down
7 changes: 4 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

Uiua is not yet stable.

## 0.0.24 - 2023-10-??
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.0.24 - 2023-10-24
### Language
- Add 2-letter spellings of [`deep` ``](https://uiua.org/docs/deep), [`abyss` ``](https://uiua.org/docs/abyss), and [`seabed` ``](https://uiua.org/docs/seabed) to make them consistent with [`rock` ``](https://uiua.org/docs/rock).
- Add the [`reach` ``](https://uiua.org/docs/reach) modifier, which removes the second value from the stack and calls its function.
- Change how short spellings of [`dip` ``](https://uiua.org/docs/dip), [`gap` ``](https://uiua.org/docs/gap), and [`identity` ``](https://uiua.org/docs/identity) work
- Instead of allowing them to be spelled with 2 characters, they can now be spelled with 1 character as long as there are at least 2 in the sequence.
- If present, `'i'` may only come last.
- [`reach` ``](https://uiua.org/docs/reach) is included.
- Add 2-letter spellings of [`deep` ``](https://uiua.org/docs/deep), [`abyss` ``](https://uiua.org/docs/abyss), and [`seabed` ``](https://uiua.org/docs/seabed) to make them consistent with [`rock` ``](https://uiua.org/docs/rock).
### Interpreter
- Fix a bunch of bugs and crashes
- The formatter now indents bindings that start with a bound function that starts with [`&i`](https://uiua.org/docs/&i)
Expand Down

0 comments on commit 49f3605

Please sign in to comment.