From fd3e224757d62fbb8220a5b83c3b7c5a7166ccb9 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Fri, 8 Nov 2024 13:13:40 -0800 Subject: [PATCH] chore(version): 0.1.8 --- CHANGELOG.md | 8 ++++++++ MODULE.bazel | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7813ab..2903340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.1.8 - 2024-11-08 +#### Bug Fixes +- allow system impls to be set multiple times (#73) - (79760ff) - Ezekiel Warren +#### Miscellaneous Chores +- update rules_wasmer - (fab6dbc) - Ezekiel Warren + +- - - + ## 0.1.7 - 2024-10-26 #### Features - concurrency support (#41) - (5236dab) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 11d5804..069ebea 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_si_wasm", - version = "0.1.7", + version = "0.1.8", compatibility_level = 1, )