Skip to content

Commit

Permalink
prepare 0.0.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Oct 8, 2023
1 parent 4a4c3dd commit 12a375a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions 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.16"
version = "0.0.17"

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

Uiua is not yet stable.

## 0.0.17 - 2023-10-xx
## 0.0.17 - 2023-10-07
### Language
- Add GIF encoding with [`&gife`](https://uiua.org/docs/&gife)
- Rename `constant` to [`box` ``](https://uiua.org/docs/box).
Expand All @@ -17,7 +17,7 @@ Uiua is not yet stable.
- Add the [`sig`](https://uiua.org/docs/sig) function, which returns the stack signature of a value
- A negative dimensions in the shape passed to [`reshape` ``](https://uiua.org/docs/reshape) can now be in *any* position, not just the first or last
- Functions with ASCII glyphs now also format from their names
- Add a style diagnostic about the captialization of binding names
- Add a advice diagnostic about the captialization of binding names
### Interpreter
- A few performance improvements, particularly to [`keep` ``](https://uiua.org/docs/keep), [`fork` ``](https://uiua.org/docs/fork), and [`under` ``](https://uiua.org/docs/under)
### Website
Expand Down

0 comments on commit 12a375a

Please sign in to comment.