Skip to content

Commit 8315d17

Browse files
committed
chore(version): 0.3.3
1 parent 8ecf2f9 commit 8315d17

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.3 - 2024-04-04
6+
#### Bug Fixes
7+
- build recipe aware of async methods (#73) - (82aa0f1) - Ezekiel Warren
8+
#### Features
9+
- generate dylib preprocessor guard (#77) - (5330e18) - Ezekiel Warren
10+
- report more msvc CL errors (#76) - (28d9027) - Ezekiel Warren
11+
- allow c++ sources outside src dir (#75) - (431c80b) - Ezekiel Warren
12+
- display C++ warnings/errors as messages (#74) - (9b8aed9) - Ezekiel Warren
13+
#### Miscellaneous Chores
14+
- sync with ecsact_common (#41) - (8ecf2f9) - seaubot
15+
- update deps (#78) - (c1bdb39) - Ezekiel Warren
16+
17+
- - -
18+
519
## 0.3.2 - 2024-03-28
620
#### Features
721
- **(build)** allow plugins relative to recipe file (#72) - (04ae855) - Austin Kelway

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

0 commit comments

Comments
 (0)