Skip to content

Commit 3d33205

Browse files
committed
chore(version): 0.2.2
1 parent 7ec3f04 commit 3d33205

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.2.2 - 2023-10-06
6+
#### Features
7+
- build subcommand (#13) - (7ec3f04) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- **(deps)** update com_grail_bazel_toolchain digest to 42fa12b (#44) - (fe508e9) - renovate[bot]
10+
- **(deps)** update com_grail_bazel_toolchain digest to a76d197 (#43) - (88c77b7) - renovate[bot]
11+
- **(deps)** update com_grail_bazel_toolchain digest to 91abcad (#42) - (b7c78aa) - renovate[bot]
12+
13+
- - -
14+
515
## 0.2.1 - 2023-09-21
616
#### Features
717
- make --version flag optional build (#39) - (3a99019) - 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.2.1",
3+
version = "0.2.2",
44
compatibility_level = 2,
55
)
66

0 commit comments

Comments
 (0)