Skip to content

Commit 2370eb7

Browse files
committed
chore(version): 0.3.4
1 parent f6dae10 commit 2370eb7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.4 - 2024-04-04
6+
#### Bug Fixes
7+
- intermediate-dir for msvc cl (#80) - (f6dae10) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- **(deps)** update crate-ci/typos action to v1.20.4 (#79) - (3fdaed4) - renovate[bot]
10+
11+
- - -
12+
513
## 0.3.3 - 2024-04-04
614
#### Bug Fixes
715
- build recipe aware of async methods (#73) - (82aa0f1) - 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.3",
3+
version = "0.3.4",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)