Skip to content

Commit 2153b31

Browse files
chore(master): Release 0.26.0 (grain-lang#218)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44bdd2a commit 2153b31

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.26.0](https://github.com/grain-lang/binaryen.ml/compare/v0.25.0...v0.26.0) (2025-05-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Upgrade to Binaryen v116 ([#202](https://github.com/grain-lang/binaryen.ml/issues/202))
9+
10+
### Features
11+
12+
* Upgrade to Binaryen v116 ([#202](https://github.com/grain-lang/binaryen.ml/issues/202)) ([44bdd2a](https://github.com/grain-lang/binaryen.ml/commit/44bdd2a276b1478e0d5eb74cbd5135fdf504abcc))
13+
314
## [0.25.0](https://github.com/grain-lang/binaryen.ml/compare/v0.24.0...v0.25.0) (2025-05-15)
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.25.0"
2+
version: "0.26.0"
33
synopsis: "OCaml bindings for Binaryen"
44
maintainer: "[email protected]"
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.25.0",
3+
"version": "0.26.0",
44
"description": "OCaml bindings for Binaryen.",
55
"author": "Oscar Spencer <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)