Skip to content

Commit d40dd02

Browse files
chore(main): Release 122.0.0 (#115)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 686e0c0 commit d40dd02

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## [122.0.0](https://github.com/grain-lang/libbinaryen/compare/v121.0.0...v122.0.0) (2025-10-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Upgrade to Binaryen v122 ([#102](https://github.com/grain-lang/libbinaryen/issues/102))
9+
* Require node `>= 22` for jsoo `6` ([#114](https://github.com/grain-lang/libbinaryen/issues/114))
10+
* Drop support for OCaml 4.12
11+
12+
### Features
13+
14+
* Bump `conf-cmake` ([#117](https://github.com/grain-lang/libbinaryen/issues/117)) ([938f5f0](https://github.com/grain-lang/libbinaryen/commit/938f5f0c9e862ede17229fa812747d0021ffe9ab))
15+
* Bump `conf-cmake` to `v4.1.2` ([#125](https://github.com/grain-lang/libbinaryen/issues/125)) ([64bab40](https://github.com/grain-lang/libbinaryen/commit/64bab409dfb604beb9bccd158abfb27eb1f5fdb1))
16+
* Require node `&gt;= 22` for jsoo `6` ([#114](https://github.com/grain-lang/libbinaryen/issues/114)) ([01d2926](https://github.com/grain-lang/libbinaryen/commit/01d29269fe8bbefa85a87d16204f49ea0cadd15d))
17+
* Support OCaml 5 ([bad98c6](https://github.com/grain-lang/libbinaryen/commit/bad98c67e44b0edbf177055ccb5d9bca562be6ec))
18+
* Upgrade to Binaryen v122 ([#102](https://github.com/grain-lang/libbinaryen/issues/102)) ([686e0c0](https://github.com/grain-lang/libbinaryen/commit/686e0c02eabe843a2d35a5ef46003473b05cb8e5))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* Drop support for OCaml 4.12 ([bad98c6](https://github.com/grain-lang/libbinaryen/commit/bad98c67e44b0edbf177055ccb5d9bca562be6ec))
24+
325
## [121.0.0](https://github.com/grain-lang/libbinaryen/compare/v120.0.0...v121.0.0) (2025-03-04)
426

527

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: "121.0.0"
2+
version: "122.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": "121.0.0",
3+
"version": "122.0.0",
44
"description": "Libbinaryen packaged for OCaml.",
55
"author": "Blaine Bublitz <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)