Skip to content

Commit d094ae1

Browse files
committed
prepare 0.0.25 release
1 parent be8f902 commit d094ae1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.24"
11+
version = "0.0.25"
1212

1313
[dependencies]
1414
bufreaderwriter = "0.2.4"

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Uiua is not yet stable.
44

55
<!-- If you are reading this on the website, then these changes are live here. -->
66

7-
## 0.0.24 - 2023-10-24
7+
## 0.0.25 - 2023-10-29
8+
### Interpreter
9+
- Fix a bug with watch mode
10+
11+
## 0.0.24 - 2023-10-28
812
### Language
913
- Add the [`reach` ``](https://uiua.org/docs/reach) modifier, which removes the second value from the stack and calls its function.
1014
- 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

0 commit comments

Comments
 (0)