Skip to content

Commit 92f1cc9

Browse files
committed
chore(version): 0.7.1
1 parent 0b9d377 commit 92f1cc9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## 0.7.1 - 2024-12-06
6+
#### Features
7+
- std::format for ecsact IDs (#271) - (0b9d377) - Ezekiel Warren
8+
- registry hash method (#270) - (6e7f0f9) - Ezekiel Warren
9+
- new clone registry core function (#269) - (732177c) - Ezekiel Warren
10+
11+
- - -
12+
513
## 0.7.0 - 2024-10-14
614
#### Bug Fixes
715
- use correct macro in async header (#265) - (dbce850) - Ezekiel Warren

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_runtime",
3-
version = "0.7.0",
3+
version = "0.7.1",
44
compatibility_level = 7,
55
)
66

0 commit comments

Comments
 (0)