Skip to content

Commit 6f2ac4b

Browse files
committed
chore(version): 0.3.1
1 parent 75d8a01 commit 6f2ac4b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.3.1 - 2023-09-21
6+
#### Miscellaneous Chores
7+
- **(deps)** update bazel c++ tooling repositories (#144) - (a14819c) - renovate[bot]
8+
- sync with ecsact_common (#149) - (75d8a01) - seaubot
9+
- sync with ecsact_common (#147) - (b7b4fc2) - seaubot
10+
11+
- - -
12+
513
## 0.3.0 - 2023-09-19
614
#### Bug Fixes
715
- **(meta)** transient fields_info (#141) - (b0497e1) - 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_lang_cpp",
3-
version = "0.3.0",
3+
version = "0.3.1",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)