Skip to content

Commit e30d71e

Browse files
chore(main): Release 0.35.0
1 parent 01d286f commit e30d71e

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.35.0](https://github.com/grain-lang/binaryen.ml/compare/v0.34.0...v0.35.0) (2026-03-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Upgrade to Binaryen v125 ([#259](https://github.com/grain-lang/binaryen.ml/issues/259))
9+
10+
### Features
11+
12+
* Add bindings for exception handling (try/throw) ([#264](https://github.com/grain-lang/binaryen.ml/issues/264)) ([bc003c7](https://github.com/grain-lang/binaryen.ml/commit/bc003c789316a98a7989929b6e67bc6d9b31b23f))
13+
* Upgrade to Binaryen v125 ([#259](https://github.com/grain-lang/binaryen.ml/issues/259)) ([01d286f](https://github.com/grain-lang/binaryen.ml/commit/01d286f7b4533962ab10da73111fe699a8622e0f))
14+
15+
16+
### Bug Fixes
17+
18+
* Use `caml_uint8_array_of_string` in add_custom_section ([#269](https://github.com/grain-lang/binaryen.ml/issues/269)) ([0877b1e](https://github.com/grain-lang/binaryen.ml/commit/0877b1e2b8fb1df4ddb29c73bbb867875fa5f580))
19+
320
## [0.34.0](https://github.com/grain-lang/binaryen.ml/compare/v0.33.0...v0.34.0) (2025-11-12)
421

522

binaryen.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "0.34.0"
2+
version: "0.35.0"
33
synopsis: "OCaml bindings for Binaryen"
44
maintainer: "oscar@grain-lang.org"
55
author: "Oscar Spencer"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grain/binaryen.ml",
3-
"version": "0.34.0",
3+
"version": "0.35.0",
44
"description": "OCaml bindings for Binaryen.",
55
"author": "Oscar Spencer <oscar@grain-lang.org>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)