diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e9a94..7195215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.7.1 - 2024-12-06 +#### Features +- std::format for ecsact IDs (#271) - (0b9d377) - Ezekiel Warren +- registry hash method (#270) - (6e7f0f9) - Ezekiel Warren +- new clone registry core function (#269) - (732177c) - Ezekiel Warren + +- - - + ## 0.7.0 - 2024-10-14 #### Bug Fixes - use correct macro in async header (#265) - (dbce850) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 62ae2c3..62a947a 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_runtime", - version = "0.7.0", + version = "0.7.1", compatibility_level = 7, )