From 29d2087314d00dd0c339bf4ee3798b9c5b8acf63 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Sat, 26 Oct 2024 14:22:30 -0700 Subject: [PATCH] chore(version): 0.1.7 --- CHANGELOG.md | 6 ++++++ MODULE.bazel | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb7480..a7813ab 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.7 - 2024-10-26 +#### Features +- concurrency support (#41) - (5236dab) - Ezekiel Warren + +- - - + ## 0.1.6 - 2024-10-25 #### Bug Fixes - correctly call stream toggle in wasm binding (#71) - (37db438) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 6132e68..6a85c9d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_si_wasm", - version = "0.1.6", + version = "0.1.7", compatibility_level = 1, )