Skip to content

Commit

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

- - -
## 0.6.7 - 2024-07-02
#### Bug Fixes
- **(meta)** c++ wrapper bad container access (#252) - (2677d39) - Ezekiel Warren
#### Features
- get system caps as a list (#256) - (7122196) - Ezekiel Warren
- indexed fields multi-add api (#255) - (64b81d7) - Ezekiel Warren
#### Miscellaneous Chores
- sync with ecsact_common (#253) - (5d9f5e6) - seaubot
- sync with ecsact_common (#240) - (3de9dc1) - seaubot

- - -

## 0.6.6 - 2024-06-19
#### Bug Fixes
- **(meta)** c++ wrapper using wrong assoc cap count (#251) - (9f29536) - 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.6",
version = "0.6.7",
compatibility_level = 6,
)

Expand Down

0 comments on commit ee8d1cb

Please sign in to comment.