From acd331b23fd1978cd95a33873b1aeefb4826df30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:36:42 -0700 Subject: [PATCH] chore: Release 0.24.0 (#199) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ binaryen.opam | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a865e6..21a5486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.24.0](https://github.com/grain-lang/binaryen.ml/compare/v0.23.0...v0.24.0) (2023-10-30) + + +### ⚠ BREAKING CHANGES + +* Update to libbinaryen v114 ([#198](https://github.com/grain-lang/binaryen.ml/issues/198)) + +### Features + +* Update to libbinaryen v114 ([#198](https://github.com/grain-lang/binaryen.ml/issues/198)) ([d11b8e1](https://github.com/grain-lang/binaryen.ml/commit/d11b8e1fae530fe36439805576f8103aafc34583)) + ## [0.23.0](https://github.com/grain-lang/binaryen.ml/compare/v0.22.0...v0.23.0) (2023-09-27) diff --git a/binaryen.opam b/binaryen.opam index 812a8cb..1708130 100644 --- a/binaryen.opam +++ b/binaryen.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "0.23.0" +version: "0.24.0" synopsis: "OCaml bindings for Binaryen" maintainer: "oscar@grain-lang.org" author: "Oscar Spencer" diff --git a/package.json b/package.json index ff292ec..c0b0978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grain/binaryen.ml", - "version": "0.23.0", + "version": "0.24.0", "description": "OCaml bindings for Binaryen.", "author": "Oscar Spencer ", "license": "Apache-2.0",