diff --git a/CHANGELOG.md b/CHANGELOG.md index c9c4ba0..9c5c7ef 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.3.4 - 2024-04-01 +#### Bug Fixes +- mark ecsact bazel toolchain as dev dep - (283f682) - Ezekiel Warren + +- - - + ## 0.3.3 - 2024-03-27 #### Miscellaneous Chores - use c++20 and add llvm toolchain for linux ci tests (#184) - (f457ba1) - Austin Kelway diff --git a/MODULE.bazel b/MODULE.bazel index 3806e0a..1a7f54d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_lang_cpp", - version = "0.3.3", + version = "0.3.4", compatibility_level = 3, )