Skip to content

Commit 08b29a5

Browse files
committed
chore: 🤖 release v0.1.26
1 parent aab705a commit 08b29a5

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
lines changed

CHANGELOG.md

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

3+
## [0.1.26](https://github.com/phun-ky/wrapture/compare/0.1.25...0.1.26) (2025-10-20)
4+
5+
### Tasks
6+
7+
* 🤖 Make sure we can release ([d5c5c37](https://github.com/phun-ky/wrapture/commit/d5c5c37bb2f34795cd02c4448c5d8b023fcf0e9a))
8+
9+
### Bug
10+
11+
* 🐛 Add missing dependency ([666dbb2](https://github.com/phun-ky/wrapture/commit/666dbb2042aaf1ee77a1418a5fa9623bc9f22a22))
12+
* 🐛 Keep legacy with `dynamo=False` ([e8162af](https://github.com/phun-ky/wrapture/commit/e8162af24c835d12ec6a23f06d4becf5b4ca0bb9))
13+
314
## [0.1.25](https://github.com/phun-ky/wrapture/compare/0.1.24...0.1.25) (2025-10-14)
415

516
### Tasks

api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wrapture API documentation
22

3-
> Last updated 2025-10-14T20:23:17.183Z
3+
> Last updated 2025-10-20T21:33:35.346Z
44
55
## Modules
66

api/utils/convert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# utils/convert
44

5-
> Last updated 2025-10-14T20:23:17.402Z
5+
> Last updated 2025-10-20T21:33:35.570Z
66
77
## Interfaces
88

api/utils/generate-wrapper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# utils/generate-wrapper
44

5-
> Last updated 2025-10-14T20:23:17.457Z
5+
> Last updated 2025-10-20T21:33:35.625Z
66
77
## Interfaces
88

api/wrapture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# wrapture
44

5-
> Last updated 2025-10-14T20:23:17.531Z
5+
> Last updated 2025-10-20T21:33:35.705Z
66
77
---
88

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrapture",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"description": "Wrapture lets you go from a Python-trained model to deployable JavaScript with a single command. It generates TypeScript bindings and a Web/Node-compatible wrapper, using WebGPU/WASM-ready ONNX runtimes.",
55
"keywords": [
66
"onnx",

0 commit comments

Comments
 (0)