Skip to content

Commit 368a651

Browse files
committed
chore(version): 0.5.8
1 parent cdbca4e commit 368a651

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.8 - 2024-09-23
6+
#### Features
7+
- add system libs support to build recipe rule (#68) - (cdbca4e) - Ezekiel Warren
8+
- better cc dep support on Windows (#67) - (b11471a) - Ezekiel Warren
9+
- allow adding cc deps to recipe rule (#65) - (4f9b35e) - Ezekiel Warren
10+
11+
- - -
12+
513
## 0.5.7 - 2024-08-26
614
#### Features
715
- Allow explicit file outputs vs extensions in codegen rule (#64) - (1cba698) - Austin Kelway

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_ecsact",
3-
version = "0.5.7",
3+
version = "0.5.8",
44
compatibility_level = 5,
55
)
66

0 commit comments

Comments
 (0)