Skip to content

Commit ed79734

Browse files
chore(master): Release 0.25.0
1 parent c6b48b7 commit ed79734

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [0.25.0](https://github.com/grain-lang/binaryen.ml/compare/v0.24.0...v0.25.0) (2025-05-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop support for OCaml 4.12
9+
* Pin CI dependencies and require Node 22 ([#214](https://github.com/grain-lang/binaryen.ml/issues/214))
10+
11+
### Miscellaneous Chores
12+
13+
* Drop support for OCaml 4.12 ([971b06e](https://github.com/grain-lang/binaryen.ml/commit/971b06ee542b37b56a6041bbbd16017fa6510d45))
14+
* Pin CI dependencies and require Node 22 ([#214](https://github.com/grain-lang/binaryen.ml/issues/214)) ([971b06e](https://github.com/grain-lang/binaryen.ml/commit/971b06ee542b37b56a6041bbbd16017fa6510d45))
15+
316
## [0.24.0](https://github.com/grain-lang/binaryen.ml/compare/v0.23.0...v0.24.0) (2023-10-30)
417

518

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