Skip to content

Commit ff4b3fb

Browse files
committed
chore(version): 0.2.0
1 parent 9dcc061 commit ff4b3fb

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.0 - 2023-09-21
6+
#### Bug Fixes
7+
- remove rules_cc_stamp dep (#35) - (c37aa71) - Ezekiel Warren
8+
#### Features
9+
- temporarily disable benchmark (#36) - (b8f702e) - Ezekiel Warren
10+
#### Miscellaneous Chores
11+
- **(deps)** update escact repositories (#28) - (9dcc061) - renovate[bot]
12+
- **(deps)** update actions/checkout action to v4 (#25) - (38d796f) - renovate[bot]
13+
- **(deps)** update com_grail_bazel_toolchain digest to 885e692 (#32) - (48403fc) - renovate[bot]
14+
- sync with ecsact_common (#34) - (0113ec5) - seaubot
15+
- sync with ecsact_common (#33) - (de5d466) - seaubot
16+
- update ascii logo - (4f40e9e) - Ezekiel Warren
17+
18+
- - -
19+
520
## 0.1.2 - 2023-09-19
621
#### Features
722
- bzlmodify (#30) - (3b0d8ea) - Ezekiel Warren

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(
22
name = "ecsact_cli",
3-
version = "0.1.2",
4-
compatibility_level = 1,
3+
version = "0.2.0",
4+
compatibility_level = 2,
55
)
66

77
bazel_dep(name = "nlohmann_json", version = "3.11.2")

0 commit comments

Comments
 (0)