Skip to content

Commit

Permalink
prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Dec 7, 2023
1 parent 491a007 commit 7a9b307
Show file tree
Hide file tree
Showing 4 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.5.1"
version = "0.6.0"

[dependencies]
# Core dependencies
Expand Down
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Uiua is not yet stable.

<!-- This version is not yet released. If you are reading this on the website, then these changes are live here. -->

## 0.6.0 - 2023-12-??
This version is not yet released. If you are reading this on the website, then these changes are live here.
## 0.6.0 - 2023-12-06
### Language
- [`fix` `¤`](https://uiua.org/docs/fix) now works with binary pervasive functions
- This removes the need for some uses of [`rows` ``](https://uiua.org/docs/rows) and should be a bit faster
Expand Down Expand Up @@ -33,6 +33,7 @@ This version is not yet released. If you are reading this on the website, then t
- Add a token count to the editor (in settings)
- Files can now be dragged into the editor to open them with [`&fras`](https://uiua.org/docs/&fras)
- [`&fld`](https://uiua.org/docs/&fld) now works on the website

## 0.5.1 - 2023-12-02
### Interpreter
- Fix [`stack` `?`](https://uiua.org/docs/stack) signature
Expand Down
2 changes: 1 addition & 1 deletion site/src/tutorial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ splitArray([1, 2, 3, 7, 2, 4, 5])"</code>

<Challenge
number=2
prompt="multiplies an array by its reverse until any element is greater than 1000, at most 10 times"
prompt="multiplies an array by its reverse until any element is greater than 1000"
example="[1.5 8 2]"
answer="⍢(×⇌.)(≤1000/↥)"
tests={&["[1 2 3]", "[¯6 5 1]"]}
Expand Down

0 comments on commit 7a9b307

Please sign in to comment.