Skip to content

Commit 9cfa7d4

Browse files
committed
chore(version): 0.5.9
1 parent b9cc274 commit 9cfa7d4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.9 - 2024-11-30
6+
#### Bug Fixes
7+
- use preferred and interface lib for extensions - (b9cc274) - Kelwan
8+
#### Features
9+
- Tracy (#71) - (eebb5fb) - Austin Kelway
10+
#### Miscellaneous Chores
11+
- **(deps)** update dependency ecsact_cli to v0.3.19 (#70) - (902da1c) - renovate[bot]
12+
- **(deps)** update dependency ecsact_cli to v0.3.17 (#69) - (53493d5) - renovate[bot]
13+
14+
- - -
15+
516
## 0.5.8 - 2024-09-23
617
#### Features
718
- add system libs support to build recipe rule (#68) - (cdbca4e) - 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.8",
3+
version = "0.5.9",
44
compatibility_level = 5,
55
)
66

0 commit comments

Comments
 (0)