Skip to content

Commit f153e78

Browse files
committed
chore(version): v0.26.0
1 parent 5e2fe92 commit f153e78

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## v0.26.0 - 2025-11-20
6+
#### Features
7+
- **(hdrs_map)** graceful handling of duplicates - (5e2fe92) - Aleksander Gondek
8+
9+
- - -
10+
511
## v0.25.0 - 2025-11-19
612
#### Features
713
- **(linking)** explicit library-paths for transitive sols - (1fce7e1) - Aleksander Gondek

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_cc_hdrs_map",
3-
version = "0.25.0",
3+
version = "0.26.0",
44
)
55

66
bazel_dep(

examples/MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module(
22
name = "rules_cc_hdrs_map_examples",
3-
version = "0.25.0",
3+
version = "0.26.0",
44
)
55

6-
bazel_dep(name = "rules_cc_hdrs_map", version = "0.25.0")
6+
bazel_dep(name = "rules_cc_hdrs_map", version = "0.26.0")
77
bazel_dep(name = "rules_cc", version = "0.1.3")
88
bazel_dep(name = "platforms", version = "1.0.0")
99

0 commit comments

Comments
 (0)