From 7a10dbbe34eb133fe7215dffb9276a84be2388a0 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Mon, 11 Nov 2024 15:14:51 -0800 Subject: [PATCH] chore(version): 0.1.9 --- CHANGELOG.md | 6 ++++++ MODULE.bazel | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2903340..b0e4d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.1.9 - 2024-11-11 +#### Features +- implement reset function (#74) - (5e938b8) - Ezekiel Warren + +- - - + ## 0.1.8 - 2024-11-08 #### Bug Fixes - allow system impls to be set multiple times (#73) - (79760ff) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 069ebea..c70c3ba 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_si_wasm", - version = "0.1.8", + version = "0.1.9", compatibility_level = 1, )