Skip to content

Commit

Permalink
chore: Release 0.24.0 (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 31, 2023
1 parent d11b8e1 commit acd331b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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 <oscar@grain-lang.org>",
"license": "Apache-2.0",
Expand Down

0 comments on commit acd331b

Please sign in to comment.