Skip to content

Commit 4d01886

Browse files
committed
chore(version): 0.1.1
1 parent 73ebccc commit 4d01886

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## 0.1.1 - 2023-10-06
6+
#### Features
7+
- bzlmodify (#94) - (73ebccc) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- **(deps)** update com_grail_bazel_toolchain digest to 42fa12b (#93) - (3a75a1d) - renovate[bot]
10+
- **(deps)** update com_grail_bazel_toolchain digest to a76d197 (#92) - (15956bb) - renovate[bot]
11+
- **(deps)** update com_grail_bazel_toolchain digest to 91abcad (#91) - (b36a8b6) - renovate[bot]
12+
- **(deps)** update com_grail_bazel_toolchain digest to 2733561 (#90) - (52fe8dc) - renovate[bot]
13+
- **(deps)** update com_grail_bazel_toolchain digest to 885e692 (#89) - (cc64bd6) - renovate[bot]
14+
- **(deps)** update com_grail_bazel_toolchain digest to 3e6d4d9 (#88) - (fa2de34) - renovate[bot]
15+
- **(deps)** update com_grail_bazel_toolchain digest to edc058a (#87) - (89d3520) - renovate[bot]
16+
- **(deps)** update com_grail_bazel_toolchain digest to e4fad4e (#86) - (b56da99) - renovate[bot]
17+
- **(deps)** update com_grail_bazel_toolchain digest to c217c03 (#84) - (1e905bc) - renovate[bot]
18+
- **(deps)** update com_grail_bazel_toolchain digest to 9d8cc8a (#82) - (df1a03e) - renovate[bot]
19+
- **(deps)** update com_grail_bazel_toolchain digest to 5bbef8c (#81) - (0457c55) - renovate[bot]
20+
- **(deps)** update hedron_compile_commands digest to e160627 (#80) - (5851975) - renovate[bot]
21+
- **(deps)** update hedron_compile_commands digest to ecafb96 (#79) - (8afeb1a) - renovate[bot]
22+
- **(deps)** update hedron_compile_commands digest to aaa2fda (#78) - (1e7fc8c) - renovate[bot]
23+
- **(deps)** update bazel c++ tooling repositories (#77) - (dc0440d) - renovate[bot]
24+
- **(deps)** update bazel c++ tooling repositories (#76) - (1d84d2e) - renovate[bot]
25+
26+
- - -
27+
28+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_lang_json",
3-
version = "0.1.0",
3+
version = "0.1.1",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)