Skip to content

Commit 4008832

Browse files
committed
chore(version): 0.1.3
1 parent 1c32f77 commit 4008832

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

55
- - -
6+
## 0.1.3 - 2024-06-19
7+
#### Miscellaneous Chores
8+
- **(deps)** update hedron_compile_commands digest to 4d56714 (#118) - (2be1358) - renovate[bot]
9+
- **(deps)** update hedron_compile_commands digest to ceeb5db (#116) - (6783301) - renovate[bot]
10+
- **(deps)** update hedron_compile_commands digest to 3700f76 (#115) - (582c55b) - renovate[bot]
11+
- **(deps)** update hedron_compile_commands digest to f41ec09 (#114) - (6136785) - renovate[bot]
12+
- **(deps)** update hedron_compile_commands digest to 5f9f8ba (#113) - (0ce68e2) - renovate[bot]
13+
- **(deps)** update hedron_compile_commands digest to b998dca (#112) - (333b5ef) - renovate[bot]
14+
- **(deps)** update hedron_compile_commands digest to 388cc00 (#111) - (eddbc28) - renovate[bot]
15+
- **(deps)** update hedron_compile_commands digest to 46ffd1f (#110) - (b8ca7b8) - renovate[bot]
16+
- **(deps)** update hedron_compile_commands digest to 9d438af (#109) - (4c25906) - renovate[bot]
17+
- **(deps)** update hedron_compile_commands digest to eac41ee (#108) - (b8a2c62) - renovate[bot]
18+
- **(deps)** update hedron_compile_commands digest to af16787 (#107) - (90d989a) - renovate[bot]
19+
- **(deps)** update hedron_compile_commands digest to 3b1745c (#106) - (d9acd71) - renovate[bot]
20+
- **(deps)** update com_grail_bazel_toolchain digest to 214fc1c (#105) - (2afb517) - renovate[bot]
21+
- **(deps)** update hedron_compile_commands digest to eca42c6 (#102) - (ac9133e) - renovate[bot]
22+
- **(deps)** update com_grail_bazel_toolchain digest to ade23e0 (#101) - (701cdb7) - renovate[bot]
23+
- **(deps)** update com_grail_bazel_toolchain digest to 7500623 (#99) - (72cce16) - renovate[bot]
24+
- **(deps)** update com_grail_bazel_toolchain digest to 1e5f3c6 (#97) - (0d56d5a) - renovate[bot]
25+
- **(deps)** update hedron_compile_commands digest to ac6411f (#96) - (2228e88) - renovate[bot]
26+
- **(deps)** update com_grail_bazel_toolchain digest to 0a9feb7 (#95) - (7f07361) - renovate[bot]
27+
- update deps, ecsact libs and bazel (#121) - (1c32f77) - Austin Kelway
28+
- sync with ecsact_common (#85) - (d36a4e3) - seaubot
29+
30+
- - -
31+
632

733
## 0.1.2 - 2023-10-06
834

MODULE.bazel

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

@@ -16,7 +16,6 @@ bazel_dep(name = "ecsact_cli", version = "0.3.11")
1616

1717
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
1818
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
19-
2019
git_override(
2120
module_name = "hedron_compile_commands",
2221
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",

0 commit comments

Comments
 (0)