Skip to content

Commit 3fcbb1b

Browse files
chore: Release 0.20.1 (#179)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b6885db commit 3fcbb1b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.20.1](https://github.com/grain-lang/binaryen.ml/compare/v0.20.0...v0.20.1) (2023-01-19)
4+
5+
6+
### Features
7+
8+
* Add gufa & gufa_optimizing passes ([#180](https://github.com/grain-lang/binaryen.ml/issues/180)) ([7395a1f](https://github.com/grain-lang/binaryen.ml/commit/7395a1fe0591a835eeeeb6e6e58c28c32b69342d))
9+
10+
11+
### Bug Fixes
12+
13+
* Properly handle load & store instructions in JS ([#178](https://github.com/grain-lang/binaryen.ml/issues/178)) ([becd3b8](https://github.com/grain-lang/binaryen.ml/commit/becd3b82ac31c7f2ba1055b320c7ff537b58d971))
14+
315
## [0.20.0](https://github.com/grain-lang/binaryen.ml/compare/v0.19.0...v0.20.0) (2023-01-13)
416

517

Diff for: binaryen.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "0.20.0"
2+
version: "0.20.1"
33
synopsis: "OCaml bindings for Binaryen"
44
maintainer: "[email protected]"
55
author: "Oscar Spencer"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grain/binaryen.ml",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "OCaml bindings for Binaryen.",
55
"author": "Oscar Spencer <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)