Skip to content

Commit 2193e54

Browse files
committed
chore(version): 0.0.3
1 parent 6e7c929 commit 2193e54

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.0.3 - 2023-09-13
6+
#### Bug Fixes
7+
- add missing bzlmod version - (c83ff1e) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- add bzlmod archive github action - (6e7c929) - Ezekiel Warren
10+
- cog set module version - (79bcaf3) - Ezekiel Warren
11+
- sync with ecsact_common (#1) - (d947cb8) - seaubot
12+
13+
- - -
14+
515
## 0.0.2 - 2023-05-01
616
#### Bug Fixes
717
- actually export codegen_plugin.bzl - (ab3cbe6) - 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.0.2",
3+
version = "0.0.3",
44
compatibility_level = 2,
55
)
66

0 commit comments

Comments
 (0)