Skip to content

Commit 6791b2f

Browse files
committed
chore(version): 0.3.17
1 parent f789048 commit 6791b2f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.3.17 - 2024-09-23
6+
#### Bug Fixes
7+
- relative recipe paths correctly resolved (#130) - (87474a3) - Ezekiel Warren
8+
- add create file error handling (#127) - (1a6c689) - Ezekiel Warren
9+
- 3way merge fix and merge recipe tests (#126) - (ce4e4f6) - Ezekiel Warren
10+
#### Features
11+
- compiling each c/c++ file individually for msvc (#129) - (f789048) - Ezekiel Warren
12+
- add error reporting when reading a file fails - (ce7836b) - Ezekiel Warren
13+
#### Miscellaneous Chores
14+
- **(deps)** update dependency ecsact_runtime to v0.6.9 (#124) - (8281d27) - renovate[bot]
15+
- **(deps)** update dependency ecsact_runtime to v0.6.8 (#122) - (08108b5) - renovate[bot]
16+
- **(deps)** update dependency ecsact_runtime to v0.6.7 (#114) - (3b19c59) - renovate[bot]
17+
- remove some warnings on msvc #108 - (614d537) - Ezekiel Warren
18+
- sync with ecsact_common (#123) - (1d3155d) - seaubot
19+
20+
- - -
21+
522
## 0.3.16 - 2024-08-09
623
#### Features
724
- support new codegen api for multi output (#120) - (f14dff8) - 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 = "ecsact_cli",
3-
version = "0.3.16",
3+
version = "0.3.17",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)