From 69a891d1330c3e760b4e74d29633f37daa8880e8 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Fri, 6 Oct 2023 16:45:40 -0700 Subject: [PATCH] chore(version): 0.1.1 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ MODULE.bazel | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e1a3545 --- /dev/null +++ b/CHANGELOG.md @@ -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). \ No newline at end of file diff --git a/MODULE.bazel b/MODULE.bazel index 8553dd3..8776bb3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_lang_csharp", - version = "0.1.0", + version = "0.1.1", compatibility_level = 1, )