Skip to content

Commit 49e9601

Browse files
committed
chore(version): 0.3.2
1 parent f357d7f commit 49e9601

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
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.2 - 2024-03-13
6+
#### Bug Fixes
7+
- codegen plugin target/path improvements (#182) - (f357d7f) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- **(deps)** update hedron_compile_commands digest to 4d56714 (#180) - (af45104) - renovate[bot]
10+
- **(deps)** update hedron_compile_commands digest to ceeb5db (#178) - (7857a46) - renovate[bot]
11+
- **(deps)** update hedron_compile_commands digest to 3700f76 (#177) - (338051b) - renovate[bot]
12+
- **(deps)** update hedron_compile_commands digest to f41ec09 (#176) - (1907657) - renovate[bot]
13+
- **(deps)** update hedron_compile_commands digest to 5f9f8ba (#175) - (ff39b31) - renovate[bot]
14+
- **(deps)** update hedron_compile_commands digest to b998dca (#174) - (ff1a89e) - renovate[bot]
15+
- **(deps)** update hedron_compile_commands digest to 388cc00 (#173) - (77114c7) - renovate[bot]
16+
- **(deps)** update hedron_compile_commands digest to 46ffd1f (#172) - (7b35a93) - renovate[bot]
17+
- **(deps)** update hedron_compile_commands digest to 9d438af (#171) - (183bc5d) - renovate[bot]
18+
- **(deps)** update hedron_compile_commands digest to eac41ee (#170) - (20654cb) - renovate[bot]
19+
- **(deps)** update hedron_compile_commands digest to af16787 (#169) - (0badaa0) - renovate[bot]
20+
- **(deps)** update hedron_compile_commands digest to 3b1745c (#168) - (7a58ee2) - renovate[bot]
21+
- **(deps)** update hedron_compile_commands digest to 4a04d55 (#167) - (a2cf4e1) - renovate[bot]
22+
- **(deps)** update com_grail_bazel_toolchain digest to 214fc1c (#166) - (edda593) - renovate[bot]
23+
- **(deps)** update hedron_compile_commands digest to eca42c6 (#164) - (a1947d9) - renovate[bot]
24+
- **(deps)** update com_grail_bazel_toolchain digest to ade23e0 (#163) - (65a0e84) - renovate[bot]
25+
- **(deps)** update com_grail_bazel_toolchain digest to 7500623 (#160) - (9970d35) - renovate[bot]
26+
- **(deps)** update com_grail_bazel_toolchain digest to 1e5f3c6 (#158) - (43d700f) - renovate[bot]
27+
- **(deps)** update hedron_compile_commands digest to ac6411f (#157) - (2446782) - renovate[bot]
28+
- **(deps)** update com_grail_bazel_toolchain digest to 0a9feb7 (#156) - (38fbfc5) - renovate[bot]
29+
- **(deps)** update com_grail_bazel_toolchain digest to 42fa12b (#155) - (8421efa) - renovate[bot]
30+
- **(deps)** update com_grail_bazel_toolchain digest to a76d197 (#154) - (f4cdafe) - renovate[bot]
31+
- **(deps)** update com_grail_bazel_toolchain digest to 91abcad (#153) - (ea60469) - renovate[bot]
32+
- **(deps)** update com_grail_bazel_toolchain digest to 2733561 (#150) - (1b7175e) - renovate[bot]
33+
- sync with ecsact_common (#152) - (25fb752) - seaubot
34+
35+
- - -
36+
537
## 0.3.1 - 2023-09-21
638
#### Miscellaneous Chores
739
- **(deps)** update bazel c++ tooling repositories (#144) - (a14819c) - renovate[bot]

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_lang_cpp",
3-
version = "0.3.1",
3+
version = "0.3.2",
44
compatibility_level = 3,
55
)
66

@@ -9,16 +9,16 @@ bazel_dep(name = "bazel_skylib", version = "1.4.2")
99
bazel_dep(name = "ecsact_runtime", version = "0.5.0")
1010
bazel_dep(name = "rules_ecsact", version = "0.4.8")
1111
bazel_dep(name = "ecsact_codegen", version = "0.1.2")
12-
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
1312

13+
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
1414
git_override(
1515
module_name = "hedron_compile_commands",
16-
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
1716
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
17+
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
1818
)
1919

2020
ecsact = use_extension("@rules_ecsact//ecsact:extensions.bzl", "ecsact")
2121
ecsact.sdk_toolchain(version = "0.6.2")
22-
use_repo(ecsact, "ecsact_toolchains", "ecsact_sdk")
22+
use_repo(ecsact, "ecsact_sdk", "ecsact_toolchains")
2323

2424
register_toolchains("@ecsact_toolchains//:all")

0 commit comments

Comments
 (0)