Skip to content

Commit e6ffe85

Browse files
committed
chore(version): 0.5.11
1 parent e5be6b8 commit e6ffe85

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.11 - 2025-08-05
6+
#### Bug Fixes
7+
- filter out source files from header extraction - (febb0e8) - Ezekiel Warren
8+
- prevent duplicate sources when creating build recipe - (5e60be4) - Ezekiel Warren
9+
#### Features
10+
- collect sources from cc_deps into build recipe sources - (e5be6b8) - Ezekiel Warren
11+
12+
- - -
13+
514
## 0.5.10 - 2025-01-31
615
#### Bug Fixes
716
- system_libs is now properly being created in recipes - (f935f75) - Ezekiel Warren

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.10",
3+
version = "0.5.11",
44
compatibility_level = 5,
55
)
66

0 commit comments

Comments
 (0)