Skip to content

Commit

Permalink
chore(version): 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Dec 6, 2024
1 parent 0b9d377 commit 92f1cc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "ecsact_runtime",
version = "0.7.0",
version = "0.7.1",
compatibility_level = 7,
)

Expand Down

0 comments on commit 92f1cc9

Please sign in to comment.