Skip to content

Commit 5a1bdc4

Browse files
chore(main): Release 117.0.0 (#103)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ea58318 commit 5a1bdc4

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+
## [117.0.0](https://github.com/grain-lang/libbinaryen/compare/v116.0.0...v117.0.0) (2025-03-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Upgrade to Binaryen v117 ([#93](https://github.com/grain-lang/libbinaryen/issues/93))
9+
10+
### Features
11+
12+
* Upgrade to Binaryen v117 ([#93](https://github.com/grain-lang/libbinaryen/issues/93)) ([ea58318](https://github.com/grain-lang/libbinaryen/commit/ea58318ef23a7d59b61d149f387286fcedd92d86))
13+
314
## [116.0.0](https://github.com/grain-lang/libbinaryen/compare/v115.0.0...v116.0.0) (2025-02-17)
415

516

libbinaryen.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: "116.0.0"
2+
version: "117.0.0"
33
synopsis: "Libbinaryen packaged for OCaml"
44
maintainer: "[email protected]"
55
author: "Blaine Bublitz"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grain/libbinaryen",
3-
"version": "116.0.0",
3+
"version": "117.0.0",
44
"description": "Libbinaryen packaged for OCaml.",
55
"author": "Blaine Bublitz <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)