Skip to content

Commit 49f3605

Browse files
committed
prepare 0.0.24 release
1 parent 0477dfb commit 49f3605

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "uiua"
99
readme = "readme.md"
1010
repository = "https://github.com/uiua-lang/uiua"
11-
version = "0.0.23"
11+
version = "0.0.24"
1212

1313
[dependencies]
1414
bufreaderwriter = "0.2.4"

changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
Uiua is not yet stable.
44

5-
## 0.0.24 - 2023-10-??
6-
If you are reading this on the website, then these changes are live here.
5+
<!-- If you are reading this on the website, then these changes are live here. -->
6+
7+
## 0.0.24 - 2023-10-24
78
### Language
8-
- 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).
99
- Add the [`reach` ``](https://uiua.org/docs/reach) modifier, which removes the second value from the stack and calls its function.
1010
- 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
1111
- 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.
1212
- If present, `'i'` may only come last.
1313
- [`reach` ``](https://uiua.org/docs/reach) is included.
14+
- 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).
1415
### Interpreter
1516
- Fix a bunch of bugs and crashes
1617
- The formatter now indents bindings that start with a bound function that starts with [`&i`](https://uiua.org/docs/&i)

0 commit comments

Comments
 (0)