Skip to content

Commit

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

- - -
## 0.2.1 - 2024-06-20
#### Miscellaneous Chores
- **(deps)** update dependency toolchains_llvm to v1 (#69) - (b1e8bc0) - renovate[bot]
- **(deps)** update dependency nlohmann_json to v3.11.3 (#45) - (c6a4726) - renovate[bot]
- **(deps)** update escact repositories (#12) - (5f2f18a) - renovate[bot]
- **(deps)** update dependency bazel_skylib to v1.5.0 (#42) - (7162d68) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to 4d56714 (#60) - (32e8bf2) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to ceeb5db (#58) - (6b8aed4) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to 3700f76 (#57) - (394c4ba) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to f41ec09 (#56) - (296a472) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to 5f9f8ba (#55) - (2809e15) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to b998dca (#54) - (22d9dc9) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to 388cc00 (#53) - (8fef77d) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to 46ffd1f (#52) - (3e40703) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to 9d438af (#51) - (c49b352) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to eac41ee (#50) - (95fb21d) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to af16787 (#49) - (7e17dc0) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to 3b1745c (#48) - (f7badb1) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 214fc1c (#47) - (760e1bf) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to eca42c6 (#44) - (c1cde34) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to ade23e0 (#43) - (b4ed512) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 7500623 (#41) - (ce7e0c8) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 1e5f3c6 (#39) - (4a4916f) - renovate[bot]
- **(deps)** update hedron_compile_commands digest to ac6411f (#38) - (ca402d8) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 0a9feb7 (#37) - (33918cc) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 42fa12b (#36) - (e955426) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to a76d197 (#35) - (a2865ae) - renovate[bot]
- **(deps)** update com_grail_bazel_toolchain digest to 91abcad (#34) - (8f4febc) - renovate[bot]
- rebase renovate changes (#70) - (2ffd637) - Austin Kelway
- sync with ecsact_common (#66) - (45d4173) - seaubot
- bzlmod updates - (7c1b595) - Ezekiel Warren
- sync with ecsact_common (#62) - (1ff2d8c) - seaubot

- - -

## 0.2.0 - 2023-09-30
#### Bug Fixes
- mistake copy item in windows release script - (815c390) - Ezekiel Warren
Expand Down
5 changes: 2 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "ecsact_lsp_server",
version = "0.2.0",
version = "0.2.1",
compatibility_level = 2,
)

Expand All @@ -14,11 +14,10 @@ bazel_dep(name = "ecsact_interpret", version = "0.6.4")

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 d9d3080

Please sign in to comment.