Skip to content

Commit

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

- - -
## 0.5.8 - 2024-09-23
#### Features
- add system libs support to build recipe rule (#68) - (cdbca4e) - Ezekiel Warren
- better cc dep support on Windows (#67) - (b11471a) - Ezekiel Warren
- allow adding cc deps to recipe rule (#65) - (4f9b35e) - Ezekiel Warren

- - -

## 0.5.7 - 2024-08-26
#### Features
- Allow explicit file outputs vs extensions in codegen rule (#64) - (1cba698) - Austin Kelway
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 = "rules_ecsact",
version = "0.5.7",
version = "0.5.8",
compatibility_level = 5,
)

Expand Down

0 comments on commit 368a651

Please sign in to comment.