Skip to content

Commit 38678ca

Browse files
committed
prepare 0.2.0 release
1 parent 7b4b8c5 commit 38678ca

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.1.0"
11+
version = "0.2.0"
1212

1313
[dependencies]
1414
# Core dependencies

changelog.md

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

33
Uiua is not yet stable.
44

5-
## 0.2.0 - 2023-11-??
6-
This version is not yet released.
7-
If you are reading this on the website, then these changes are live here.
5+
<!-- This version is not yet released.
6+
If you are reading this on the website, then these changes are live here. -->
7+
8+
## 0.2.0 - 2023-11-09
89
### Language
910
- [`under` ``](https://uiua.org/docs/under) with [`take` ``](https://uiua.org/docs/take) and [`drop` ``](https://uiua.org/docs/drop) is now less strict about shape/rank changes
1011
- [`range` ``](https://uiua.org/docs/range) called on a list of 0 or 1 values is now more consistent

0 commit comments

Comments
 (0)