Skip to content

Commit a6aa821

Browse files
chore(main): Release 122.0.0
1 parent bad98c6 commit a6aa821

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## [122.0.0](https://github.com/grain-lang/libbinaryen/compare/v121.0.0...v122.0.0) (2025-03-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop support for OCaml 4.12
9+
10+
### Features
11+
12+
* Support OCaml 5 ([bad98c6](https://github.com/grain-lang/libbinaryen/commit/bad98c67e44b0edbf177055ccb5d9bca562be6ec))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* Drop support for OCaml 4.12 ([bad98c6](https://github.com/grain-lang/libbinaryen/commit/bad98c67e44b0edbf177055ccb5d9bca562be6ec))
18+
319
## [121.0.0](https://github.com/grain-lang/libbinaryen/compare/v120.0.0...v121.0.0) (2025-03-04)
420

521

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)