diff --git a/CHANGELOG.md b/CHANGELOG.md index 845d100..89d20b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.1.4 - 2024-10-17 +#### Bug Fixes +- check for unavailable dynamic methods (#69) - (86ee6fc) - Ezekiel Warren +#### Features +- use new indexed fields api (#68) - (636b34b) - Ezekiel Warren +- dynamic lat (#67) - (fd1f592) - Ezekiel Warren + +- - - + ## 0.1.3 - 2024-10-04 #### Features - use new execution context other api - (33e02b4) - Ezekiel diff --git a/MODULE.bazel b/MODULE.bazel index 85d528f..1b8b847 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_si_wasm", - version = "0.1.3", + version = "0.1.4", compatibility_level = 1, ) @@ -16,7 +16,6 @@ bazel_dep(name = "platforms", version = "0.0.10") bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True) bazel_dep(name = "hedron_compile_commands", dev_dependency = True) - git_override( module_name = "hedron_compile_commands", commit = "204aa593e002cbd177d30f11f54cff3559110bb9",