Skip to content

Commit 40a79c0

Browse files
committed
chore(version): 0.4.0
1 parent 48afe87 commit 40a79c0

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
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.4.0 - 2024-04-04
6+
#### Miscellaneous Chores
7+
- **(deps)** update dependency bazel to v7.1.1 (#183) - (425b8e5) - renovate[bot]
8+
- sync with ecsact_common (#185) - (48afe87) - seaubot
9+
- dev use ecsact_cli + update deps (#186) - (55d0b95) - Ezekiel Warren
10+
11+
- - -
12+
513
## 0.3.4 - 2024-04-01
614
#### Bug Fixes
715
- mark ecsact bazel toolchain as dev dep - (283f682) - Ezekiel Warren

MODULE.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(
22
name = "ecsact_lang_cpp",
3-
version = "0.3.4",
4-
compatibility_level = 3,
3+
version = "0.4.0",
4+
compatibility_level = 4,
55
)
66

77
bazel_dep(name = "rules_cc", version = "0.0.9")
@@ -15,7 +15,6 @@ bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2", dev_dependency = True)
1515
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2", dev_dependency = True)
1616
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
1717
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
18-
1918
git_override(
2019
module_name = "hedron_compile_commands",
2120
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",

0 commit comments

Comments
 (0)