Skip to content

Commit aa72b09

Browse files
committed
chore(version): 0.3.15
1 parent 80e6349 commit aa72b09

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.3.15 - 2024-12-07
6+
#### Features
7+
- implement new hash registry method (#164) - (80e6349) - Ezekiel Warren
8+
- implement new clone registry method (#163) - (9162169) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- sync with ecsact_common (#161) - (a4b0921) - Ezekiel Warren
11+
- update llvm (#165) - (18f70e2) - Ezekiel Warren
12+
13+
- - -
14+
515
## 0.3.14 - 2024-11-30
616
#### Features
717
- tracy (#160) - (fbd85f2) - Austin Kelway

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_rt_entt",
3-
version = "0.3.14",
3+
version = "0.3.15",
44
compatibility_level = 3,
55
)
66

@@ -22,7 +22,6 @@ bazel_dep(name = "docopt.cpp", version = "0.6.2")
2222

2323
bazel_dep(name = "toolchains_llvm", version = "1.2.0", dev_dependency = True)
2424
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
25-
2625
git_override(
2726
module_name = "hedron_compile_commands",
2827
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",

0 commit comments

Comments
 (0)