Skip to content

Commit d3dc29a

Browse files
committed
chore(version): 0.1.3
1 parent c0acc23 commit d3dc29a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.1.3 - 2023-09-22
6+
#### Miscellaneous Chores
7+
- **(deps)** update dependency ecsact_runtime to v0.5.1 (#17) - (c0acc23) - renovate[bot]
8+
- **(deps)** update com_grail_bazel_toolchain digest to 2733561 (#16) - (306d98c) - renovate[bot]
9+
- **(deps)** update com_grail_bazel_toolchain digest to 885e692 (#14) - (bd46ed0) - renovate[bot]
10+
- sync with ecsact_common (#15) - (9d7db41) - seaubot
11+
12+
- - -
13+
514
## 0.1.2 - 2023-09-19
615
#### Bug Fixes
716
- bad include in C++ header (#13) - (b82af78) - 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_codegen",
3-
version = "0.1.2",
3+
version = "0.1.3",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)