Skip to content

Commit

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

- - -
## 0.1.2 - 2023-09-19
#### Bug Fixes
- bad include in C++ header (#13) - (b82af78) - Ezekiel Warren
#### Miscellaneous Chores
- **(deps)** update com_grail_bazel_toolchain digest to 3e6d4d9 (#12) - (9a9a5a8) - renovate[bot]

- - -

## 0.1.1 - 2023-09-18
#### Bug Fixes
- incorrect ecsact_runtime version - (a1c6cd5) - 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_codegen",
version = "0.1.1",
version = "0.1.2",
compatibility_level = 1,
)

Expand Down

0 comments on commit 02645a3

Please sign in to comment.