Skip to content

Commit 49d5dec

Browse files
release: jco v1.17.4
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent af9be1f commit 49d5dec

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

packages/jco/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [1.17.4] - 2026-03-23
4+
5+
### 🧪 Testing
6+
7+
- _(jco)_ re-enable all stream tests by @vados-cosmonic in #1329
8+
9+
- _(jco)_ run p3 stream tests in parallel w/ diff instantiations by @vados-cosmonic in #1327
10+
11+
- _(jco)_ add test for stream lift of list<u8> by @vados-cosmonic
12+
13+
- _(jco)_ remove todo on throwing for overflow by @vados-cosmonic in #1326
14+
15+
- _(jco)_ add list, record stream lift tests by @vados-cosmonic
16+
17+
- _(jco)_ add test for fixed length lists by @vados-cosmonic
18+
19+
- _(jco)_ enable test for stream list, fixed size list by @vados-cosmonic
20+
21+
- _(jco)_ add test for stream lift enum by @vados-cosmonic
22+
23+
- _(jco)_ enable stream tx test for flags by @vados-cosmonic
24+
25+
- _(jco)_ enable flat lift test for tuple<t> by @vados-cosmonic
26+
27+
### ⚙️ Miscellaneous Tasks
28+
29+
- _(jco)_ fmt by @vados-cosmonic
30+
331
## [1.17.3] - 2026-03-19
432

533
### 🧪 Testing

packages/jco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/jco",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "JavaScript tooling for working with WebAssembly Components",
55
"keywords": [
66
"Component",

0 commit comments

Comments
 (0)