Skip to content

Commit b7fb6fa

Browse files
committed
chore(version): 0.3.0
1 parent 1356b93 commit b7fb6fa

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.3.0 - 2024-04-20
6+
#### Features
7+
- sorted lazy systems (#95) - (1356b93) - Ezekiel Warren
8+
- lazy systems (#94) - (b94cfcb) - Ezekiel Warren
9+
- ecsact codegen plugin for optimization (#56) - (177250a) - Ezekiel Warren
10+
#### Miscellaneous Chores
11+
- **(deps)** update dependency bazel to v7.1.1 (#88) - (a91f6f0) - renovate[bot]
12+
- **(deps)** update hedron_compile_commands digest to eca42c6 (#83) - (b1713bd) - renovate[bot]
13+
- **(deps)** update bazel c++ tooling repositories (#80) - (2e0a8e1) - renovate[bot]
14+
- sync with ecsact_common (#77) - (e6befa7) - seaubot
15+
- fix typos (#92) - (8ec3473) - Ezekiel Warren
16+
- use ecsact_cli for toolchain (#90) - (c4ef016) - Ezekiel Warren
17+
- cleanup line endings (#91) - (1c8a0a9) - Ezekiel Warren
18+
- bzlmod updates - (6342148) - Ezekiel Warren
19+
20+
- - -
21+
522
## 0.2.2 - 2023-09-22
623
#### Bug Fixes
724
- remove toolchain config ecsact (#79) - (55afa5e) - 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_rt_entt",
3-
version = "0.2.2",
4-
compatibility_level = 2,
3+
version = "0.3.0",
4+
compatibility_level = 3,
55
)
66

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

0 commit comments

Comments
 (0)