Skip to content

Commit 9dc6037

Browse files
committed
chore(version): 0.6.0
1 parent d4d963b commit 9dc6037

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

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

44
- - -
5+
## 0.6.0 - 2024-04-04
6+
#### Miscellaneous Chores
7+
- **(deps)** update dependency bazel to v7.1.1 (#215) - (e4fff40) - renovate[bot]
8+
- **(deps)** update hedron_compile_commands digest to eca42c6 (#210) - (2ee274f) - renovate[bot]
9+
- **(deps)** update com_grail_bazel_toolchain digest to ade23e0 (#209) - (6b2a986) - renovate[bot]
10+
- **(deps)** update com_grail_bazel_toolchain digest to 7500623 (#206) - (de9c940) - renovate[bot]
11+
- **(deps)** update com_grail_bazel_toolchain digest to 1e5f3c6 (#204) - (01074e9) - renovate[bot]
12+
- **(deps)** update hedron_compile_commands digest to ac6411f (#203) - (4174205) - renovate[bot]
13+
- **(deps)** update com_grail_bazel_toolchain digest to 0a9feb7 (#202) - (03bf250) - renovate[bot]
14+
- **(deps)** update com_grail_bazel_toolchain digest to 42fa12b (#201) - (fbd05cc) - renovate[bot]
15+
- **(deps)** update com_grail_bazel_toolchain digest to a76d197 (#200) - (dbc863b) - renovate[bot]
16+
- update gitignore - (d4d963b) - Ezekiel Warren
17+
- update deps (#217) - (257c338) - Ezekiel Warren
18+
- bzlmod updates - (40927e3) - Ezekiel Warren
19+
- sync with ecsact_common (#197) - (71d1acb) - seaubot
20+
21+
- - -
22+
523
## 0.5.3 - 2023-10-01
624
#### Features
725
- field indexing (#198) - (b9d8208) - Ezekiel Warren

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(
22
name = "ecsact_interpret",
3-
version = "0.5.3",
4-
compatibility_level = 5,
3+
version = "0.6.0",
4+
compatibility_level = 6,
55
)
66

77
bazel_dep(name = "rules_cc", version = "0.0.9")

0 commit comments

Comments
 (0)