Skip to content

Commit c47f093

Browse files
committed
chore(version): 0.3.1
1 parent 9601a75 commit c47f093

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.1 - 2024-04-22
6+
#### Bug Fixes
7+
- check for created callback nullptr (#97) - (9601a75) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- update lock file in cog.toml - (5471f71) - Ezekiel Warren
10+
- update bazel lock - (a1d61d9) - Ezekiel Warren
11+
12+
- - -
13+
514
## 0.3.0 - 2024-04-20
615
#### Features
716
- sorted lazy systems (#95) - (1356b93) - Ezekiel Warren

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_rt_entt",
3-
version = "0.3.0",
3+
version = "0.3.1",
44
compatibility_level = 3,
55
)
66

MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)