Skip to content

Commit df7ccca

Browse files
committed
chore(version): 0.2.1
1 parent 3a99019 commit df7ccca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.2.1 - 2023-09-21
6+
#### Features
7+
- make --version flag optional build (#39) - (3a99019) - Ezekiel Warren
8+
- allow ecsact cli used as a toolchain (#38) - (22d360b) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- **(deps)** update com_grail_bazel_toolchain digest to 2733561 (#37) - (0fdab8d) - renovate[bot]
11+
12+
- - -
13+
514
## 0.2.0 - 2023-09-21
615
#### Bug Fixes
716
- remove rules_cc_stamp dep (#35) - (c37aa71) - 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.0",
3+
version = "0.2.1",
44
compatibility_level = 2,
55
)
66

0 commit comments

Comments
 (0)