Skip to content

Commit bd5d888

Browse files
committed
chore(version): 0.6.5
1 parent 5ff8cf0 commit bd5d888

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.5 - 2024-10-14
6+
#### Features
7+
- new component type apis (#240) - (5ff8cf0) - Ezekiel Warren
8+
- check for invalid assoc with fields (#232) - (4449ade) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- **(deps)** update dependency ecsact_runtime to v0.6.9 (#239) - (26a80e1) - renovate[bot]
11+
- **(deps)** update dependency ecsact_runtime to v0.6.8 (#237) - (fa8165c) - renovate[bot]
12+
- **(deps)** update dependency ecsact_runtime to v0.6.7 (#234) - (e1c9fa5) - renovate[bot]
13+
- sync with ecsact_common (#238) - (9665557) - seaubot
14+
- update readme logo - (7a1c3f1) - Ezekiel Warren
15+
- sync with ecsact_common (#233) - (473a7cc) - seaubot
16+
- sync with ecsact_common (#231) - (1f75356) - seaubot
17+
- sync with ecsact_common (#230) - (e7069dd) - seaubot
18+
19+
- - -
20+
521
## 0.6.4 - 2024-06-19
622
#### Bug Fixes
723
- add missing out capabilities count assignment (#229) - (e81cead) - 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_interpret",
3-
version = "0.6.4",
3+
version = "0.6.5",
44
compatibility_level = 6,
55
)
66

0 commit comments

Comments
 (0)