Skip to content

Commit

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

- - -
## 0.2.0 - 2024-04-04
#### Features
- remove obsolete cc plugin macros (#37) - (cc8c555) - Ezekiel Warren
#### Miscellaneous Chores
- **(deps)** update dependency ecsact_runtime to v0.6.0 (#20) - (b4ba2e6) - renovate[bot]

Check warning on line 9 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typos Check

"ba" should be "by" or "be".
- **(deps)** update hedron_compile_commands digest to eca42c6 (#31) - (1410504) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to ade23e0 (#30) - (3a7f426) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 7500623 (#27) - (26e2ae2) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 1e5f3c6 (#25) - (f3080d3) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to ac6411f (#24) - (6a1c608) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 0a9feb7 (#23) - (56fbac8) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 42fa12b (#22) - (3a1ba5f) - renovate[bot]

Check warning on line 16 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typos Check

"ba" should be "by" or "be".
- **(deps)** update com_grail_bazel_toolchain digest to a76d197 (#21) - (4d3544d) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 91abcad (#19) - (45cc840) - renovate[bot]
- sync with ecsact_common (#18) - (83cabfc) - seaubot

- - -

## 0.1.3 - 2023-09-22
#### Miscellaneous Chores
- **(deps)** update dependency ecsact_runtime to v0.5.1 (#17) - (c0acc23) - renovate[bot]
Expand Down
5 changes: 2 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "ecsact_codegen",
version = "0.1.3",
compatibility_level = 1,
version = "0.2.0",
compatibility_level = 2,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
Expand All @@ -11,7 +11,6 @@ bazel_dep(name = "ecsact_runtime", version = "0.6.0")

bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)

git_override(
module_name = "hedron_compile_commands",
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
Expand Down

0 comments on commit 014e200

Please sign in to comment.