Skip to content

Commit 1a8bf8f

Browse files
chore(main): Release 0.36.0
1 parent a1269f0 commit 1a8bf8f

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.36.0](https://github.com/grain-lang/binaryen.ml/compare/v0.35.0...v0.36.0) (2026-04-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Upgrade to Binaryen v126 ([#272](https://github.com/grain-lang/binaryen.ml/issues/272))
9+
* `Memory.get_segment_byte_offset` on Passive data sections ([#268](https://github.com/grain-lang/binaryen.ml/issues/268))
10+
11+
### Features
12+
13+
* Upgrade to Binaryen v126 ([#272](https://github.com/grain-lang/binaryen.ml/issues/272)) ([a1269f0](https://github.com/grain-lang/binaryen.ml/commit/a1269f0b9e14b349676d6d489f03d67f9d88e770))
14+
15+
16+
### Bug Fixes
17+
18+
* `Memory.get_segment_byte_offset` on Passive data sections ([#268](https://github.com/grain-lang/binaryen.ml/issues/268)) ([45e4c55](https://github.com/grain-lang/binaryen.ml/commit/45e4c55147ce4cf88fe59529c2fde9d1b0a22247))
19+
320
## [0.35.0](https://github.com/grain-lang/binaryen.ml/compare/v0.34.0...v0.35.0) (2026-03-15)
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.35.0"
2+
version: "0.36.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.35.0",
3+
"version": "0.36.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)