Skip to content

Commit

Permalink
chore(version): 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 1, 2024
1 parent 283f682 commit 870a479
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.3.4 - 2024-04-01
#### Bug Fixes
- mark ecsact bazel toolchain as dev dep - (283f682) - Ezekiel Warren

- - -

## 0.3.3 - 2024-03-27
#### Miscellaneous Chores
- use c++20 and add llvm toolchain for linux ci tests (#184) - (f457ba1) - Austin Kelway
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "ecsact_lang_cpp",
version = "0.3.3",
version = "0.3.4",
compatibility_level = 3,
)

Expand Down

0 comments on commit 870a479

Please # to comment.