Skip to content

Commit 659d96e

Browse files
committed
chore(version): 0.1.4
1 parent 839ca29 commit 659d96e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.4 - 2024-07-02
7+
#### Miscellaneous Chores
8+
- **(deps)** update dependency ecsact_runtime to v0.6.6 (#120) - (9c919e9) - renovate[bot]
9+
- update codegen plugin interface (#126) - (839ca29) - Ezekiel Warren
10+
- sync with ecsact_common (#125) - (7e0f2f1) - seaubot
11+
- sync with ecsact_common (#124) - (ff6edbb) - seaubot
12+
- sync with ecsact_common (#123) - (f269a53) - seaubot
13+
14+
- - -
15+
616
## 0.1.3 - 2024-06-19
717
#### Miscellaneous Chores
818
- **(deps)** update hedron_compile_commands digest to 4d56714 (#118) - (2be1358) - renovate[bot]

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.3",
3+
version = "0.1.4",
44
compatibility_level = 1,
55
)
66

@@ -16,7 +16,6 @@ bazel_dep(name = "ecsact_cli", version = "0.3.12")
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)