-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. | ||
|
||
- - - | ||
## 0.1.1 - 2023-10-06 | ||
#### Features | ||
- bzlmodify (#68) - (7a47b77) - Ezekiel Warren | ||
#### Miscellaneous Chores | ||
- **(deps)** update com_grail_bazel_toolchain digest to 42fa12b (#67) - (683b7a7) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to a76d197 (#66) - (caa98e8) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to 91abcad (#65) - (8ec6e4b) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to 2733561 (#64) - (667607f) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to 885e692 (#63) - (0d83392) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to 3e6d4d9 (#62) - (5ab0d7d) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to edc058a (#61) - (c836f79) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to e4fad4e (#60) - (809065d) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to c217c03 (#58) - (904f8fc) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to 9d8cc8a (#56) - (7fbb7c1) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to 5bbef8c (#55) - (6c6281b) - renovate[bot] | ||
- **(deps)** update hedron_compile_commands digest to e160627 (#54) - (a72fe89) - renovate[bot] | ||
- **(deps)** update hedron_compile_commands digest to ecafb96 (#53) - (fcf1f9d) - renovate[bot] | ||
- **(deps)** update hedron_compile_commands digest to aaa2fda (#52) - (7c72b5c) - renovate[bot] | ||
- **(deps)** update hedron_compile_commands digest to 86dbf52 (#51) - (9466792) - renovate[bot] | ||
- **(deps)** update com_google_googletest digest to 40412d8 (#5) - (fbe972e) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to f94335f (#49) - (6a18235) - renovate[bot] | ||
- **(deps)** update com_grail_bazel_toolchain digest to c65ef7a (#48) - (926474e) - renovate[bot] | ||
- **(deps)** update bazel c++ tooling repositories (#47) - (6b6097d) - renovate[bot] | ||
|
||
- - - | ||
|
||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module( | ||
name = "ecsact_lang_csharp", | ||
version = "0.1.0", | ||
version = "0.1.1", | ||
compatibility_level = 1, | ||
) | ||
|
||
|