Skip to content

Commit 6057488

Browse files
committed
chore(version): 0.6.2
1 parent aa8c7d2 commit 6057488

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.6.2 - 2024-05-17
6+
#### Features
7+
- add 'any' component callback to cpp wrapper (#238) - (e8eadfd) - Ezekiel Warren
8+
- better invalid cast error (#234) - (b3979f6) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- **(deps)** update dependency platforms to v0.0.10 (#236) - (aa8c7d2) - renovate[bot]
11+
- **(deps)** update dependency googletest to v1.14.0.bcr.1 (#220) - (11be759) - renovate[bot]
12+
- **(deps)** update dependency bazel_skylib to v1.6.1 (#235) - (51a8bab) - renovate[bot]
13+
- ignore bazel lock files - (fe198c7) - Ezekiel Warren
14+
- fixed typos - (af4c774) - Ezekiel Warren
15+
- sync with ecsact_common (#228) - (606630e) - seaubot
16+
17+
- - -
18+
519
## 0.6.1 - 2024-04-04
620
#### Bug Fixes
721
- always inline with inline keyword (#233) - (392b5df) - 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.6.1",
3+
version = "0.6.2",
44
compatibility_level = 6,
55
)
66

0 commit comments

Comments
 (0)