Skip to content

Commit

Permalink
chore(version): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 21, 2023
1 parent 3a99019 commit df7ccca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.2.1 - 2023-09-21
#### Features
- make --version flag optional build (#39) - (3a99019) - Ezekiel Warren
- allow ecsact cli used as a toolchain (#38) - (22d360b) - Ezekiel Warren
#### Miscellaneous Chores
- **(deps)** update com_grail_bazel_toolchain digest to 2733561 (#37) - (0fdab8d) - renovate[bot]

- - -

## 0.2.0 - 2023-09-21
#### Bug Fixes
- remove rules_cc_stamp dep (#35) - (c37aa71) - Ezekiel Warren
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "ecsact_cli",
version = "0.2.0",
version = "0.2.1",
compatibility_level = 2,
)

Expand Down

0 comments on commit df7ccca

Please sign in to comment.