Skip to content

Commit c9621d6

Browse files
committed
chore(version): 0.5.0
1 parent 7447686 commit c9621d6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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.5.0 - 2024-04-04
6+
#### Features
7+
- configurable ecsact build report filter (#45) - (1f8fd04) - Ezekiel Warren
8+
- new toolchain bzlmod extension (#43) - (f4ec81e) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- **(deps)** update dependency ecsact_cli to v0.3.2 (#44) - (7447686) - renovate[bot]
11+
- **(deps)** update dependency bazel to v7.1.1 (#42) - (1f4bf3f) - renovate[bot]
12+
13+
- - -
14+
515
## 0.4.9 - 2024-03-14
616
#### Bug Fixes
717
- treat plugin as string not path - (241d709) - 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 = "rules_ecsact",
3-
version = "0.4.9",
4-
compatibility_level = 4,
3+
version = "0.5.0",
4+
compatibility_level = 5,
55
)
66

77
bazel_dep(name = "rules_cc", version = "0.0.9")

0 commit comments

Comments
 (0)