Skip to content

Commit 601dab8

Browse files
committed
prepare 0.18.1 release
1 parent 0259136 commit 601dab8

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ license = "MIT"
99
readme = "readme.md"
1010
repository = "https://github.com/uiua-lang/uiua"
1111
rust-version = "1.88.0"
12-
version = "0.18.0"
12+
version = "0.18.1"
1313

1414
[dependencies.uiua_parser]
1515
path = "parser"
16-
version = "0.18.0"
16+
version = "0.18.1"
1717

1818
[workspace.lints.clippy]
1919
cargo = {level = "warn", priority = -1}

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Uiua is not yet stable.
44

5-
## 0.18.1 - 2026-02-??
5+
## 0.18.1 - 2026-02-14
66
This version is not yet released. If you are reading this on the website, then these changes are live here.
77
### Interpreter
88
- Fix a crash in filled dyadic pervasives
99
- Fix signature of [`&invk`](https://uiua.org/docs/&invk)
10+
- Fix parsing of `=` followed by subscript
11+
- Fix some built-in macros not being experimental
1012

1113
## 0.18.0 - 2026-02-05
1214
### Language

site/primitives.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
},
180180
"&invk": {
181181
"args": 1,
182-
"outputs": 1,
182+
"outputs": 0,
183183
"class": "Command",
184184
"description": "Invoke a path with the system's default program"
185185
},

0 commit comments

Comments
 (0)