Skip to content

Commit

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

- - -
## 0.6.0 - 2024-04-04
#### Bug Fixes
- force inline for c++ wrappers (#231) - (996d407) - Ezekiel Warren
#### Features
- **(meta)** add main package C++ method (#206) - (24f5963) - Ezekiel Warren
#### Miscellaneous Chores
- **(deps)** update hedron_compile_commands digest to eca42c6 (#218) - (7e86b7e) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to ade23e0 (#217) - (f3c3590) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 7500623 (#213) - (6c1a752) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 1e5f3c6 (#211) - (01866b8) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to ac6411f (#210) - (a1b1335) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 0a9feb7 (#209) - (a66efba) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 42fa12b (#208) - (c9df3b6) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to a76d197 (#207) - (c4d7aa8) - renovate[bot]
- formatting (#232) - (d568662) - Ezekiel Warren
- enable github merge queue - (77c4df8) - Ezekiel Warren
- update bazel version - (7789f64) - Ezekiel Warren
- update clang-format version - (db044b8) - Ezekiel Warren
- update build deps (#230) - (7ac2a3b) - Ezekiel Warren
- fix typos (#229) - (5365dda) - Ezekiel Warren
- fix line endings - (c306068) - Ezekiel Warren
- bzlmod updates - (be0647a) - Ezekiel Warren
- sync with ecsact_common (#224) - (745d7e3) - seaubot
- sync with ecsact_common (#203) - (91ce6b8) - seaubot

- - -

## 0.5.4 - 2023-10-01
#### Features
- new field index type (#204) - (39e4b62) - Ezekiel Warren
Expand Down
7 changes: 3 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "ecsact_runtime",
version = "0.5.4",
compatibility_level = 5,
version = "0.6.0",
compatibility_level = 6,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
Expand All @@ -14,11 +14,10 @@ bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")

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",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
)

llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True)
Expand Down

0 comments on commit 0a9994f

Please sign in to comment.