Skip to content

Commit cfb2bc7

Browse files
committed
chore(version): 0.3.8
1 parent 04e25f9 commit cfb2bc7

File tree

3 files changed

+4225
-1
lines changed

3 files changed

+4225
-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.3.8 - 2024-05-27
6+
#### Features
7+
- add debug flag (#102) - (8ce5d71) - Austin Kelway
8+
#### Miscellaneous Chores
9+
- ignore bazel lock files - (04e25f9) - Ezekiel Warren
10+
- sync with ecsact_common (#81) - (e458c22) - seaubot
11+
12+
- - -
13+
514
## 0.3.7 - 2024-05-17
615
#### Features
716
- always build with ECSACT_BUILD define (#98) - (dd252ff) - 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_cli",
3-
version = "0.3.7",
3+
version = "0.3.8",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)