Skip to content

Commit

Permalink
chore(version): 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed May 17, 2024
1 parent aa8c7d2 commit 6057488
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.6.2 - 2024-05-17
#### Features
- add 'any' component callback to cpp wrapper (#238) - (e8eadfd) - Ezekiel Warren
- better invalid cast error (#234) - (b3979f6) - Ezekiel Warren
#### Miscellaneous Chores
- **(deps)** update dependency platforms to v0.0.10 (#236) - (aa8c7d2) - renovate[bot]
- **(deps)** update dependency googletest to v1.14.0.bcr.1 (#220) - (11be759) - renovate[bot]
- **(deps)** update dependency bazel_skylib to v1.6.1 (#235) - (51a8bab) - renovate[bot]
- ignore bazel lock files - (fe198c7) - Ezekiel Warren
- fixed typos - (af4c774) - Ezekiel Warren
- sync with ecsact_common (#228) - (606630e) - seaubot

- - -

## 0.6.1 - 2024-04-04
#### Bug Fixes
- always inline with inline keyword (#233) - (392b5df) - 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.6.1",
version = "0.6.2",
compatibility_level = 6,
)

Expand Down

0 comments on commit 6057488

Please # to comment.