From f3f6fc262debad8b11345c84d1d24433f33cd56f Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Fri, 6 Oct 2023 16:11:35 -0700 Subject: [PATCH] chore(version): 0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ MODULE.bazel | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c8895d3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog +All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. + +- - - +## 0.1.1 - 2023-10-06 +#### Features +- bzlmodify + memory refactor (#37) - (bdd9c20) - Ezekiel Warren +#### Miscellaneous Chores +- **(deps)** update bazel c++ tooling repositories (#33) - (5924866) - renovate[bot] +- move version back - (828c925) - Ezekiel Warren + +- - - + +Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). \ No newline at end of file diff --git a/MODULE.bazel b/MODULE.bazel index 1feca90..8904dbd 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,7 @@ module( name = "ecsact_si_wasm", - version = "0.1.0", + version = "0.1.1", + compatibility_level = 1, ) bazel_dep(name = "rules_cc", version = "0.0.8")