Skip to content

Commit 62634fb

Browse files
committed
chore(version): 0.3.0
1 parent eed255a commit 62634fb

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.0 - 2024-07-02
6+
#### Features
7+
- codegen error reporting (#44) - (a1d6587) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- **(deps)** update dependency bazel_skylib to v1.6.1 (#41) - (eed255a) - renovate[bot]
10+
- **(deps)** update dependency ecsact_runtime to v0.6.6 (#39) - (7618a57) - renovate[bot]
11+
- sync with ecsact_common (#48) - (7384f5f) - seaubot
12+
- sync with ecsact_common (#47) - (430f7b2) - seaubot
13+
- sync with ecsact_common (#46) - (9752ad4) - seaubot
14+
- sync with ecsact_common (#38) - (4720a06) - seaubot
15+
- remove bazel lock file - (98ebad3) - Ezekiel Warren
16+
- add typos config - (117fac8) - Ezekiel Warren
17+
18+
- - -
19+
520
## 0.2.0 - 2024-04-04
621
#### Features
722
- remove obsolete cc plugin macros (#37) - (cc8c555) - Ezekiel Warren

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(
22
name = "ecsact_codegen",
3-
version = "0.2.0",
4-
compatibility_level = 2,
3+
version = "0.3.0",
4+
compatibility_level = 3,
55
)
66

77
bazel_dep(name = "rules_cc", version = "0.0.9")

0 commit comments

Comments
 (0)