Skip to content

Commit 7485910

Browse files
chore(main): Release 0.32.0
1 parent 214fde1 commit 7485910

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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.32.0](https://github.com/grain-lang/binaryen.ml/compare/v0.31.0...v0.32.0) (2025-11-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Correct signature of `get_pass_argument` ([#247](https://github.com/grain-lang/binaryen.ml/issues/247))
9+
10+
### Bug Fixes
11+
12+
* Correct signature of `get_pass_argument` ([#247](https://github.com/grain-lang/binaryen.ml/issues/247)) ([986ecec](https://github.com/grain-lang/binaryen.ml/commit/986ecec07af320813f4137cfed4d454ae6c13f82))
13+
314
## [0.31.0](https://github.com/grain-lang/binaryen.ml/compare/v0.30.0...v0.31.0) (2025-11-02)
415

516

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.31.0"
2+
version: "0.32.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.31.0",
3+
"version": "0.32.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)