Skip to content

Commit

Permalink
prepare 0.0.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Oct 30, 2023
1 parent be8f902 commit d094ae1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.24"
version = "0.0.25"

[dependencies]
bufreaderwriter = "0.2.4"
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Uiua is not yet stable.

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

## 0.0.24 - 2023-10-24
## 0.0.25 - 2023-10-29
### Interpreter
- Fix a bug with watch mode

## 0.0.24 - 2023-10-28
### Language
- 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
Expand Down

0 comments on commit d094ae1

Please sign in to comment.