Skip to content

Commit 9b106b1

Browse files
committed
chore(version): 0.1.0
1 parent afa58c8 commit 9b106b1

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## 0.1.0 - 2024-08-10
6+
#### Features
7+
- Add recipe bundles and update deps (#20) - (a2fc34b) - Austin Kelway
8+
- use ecsact build (#3) - (563af1a) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- refactor to use new codegen api (#21) - (afa58c8) - Ezekiel Warren
11+
- sync with ecsact_common (#19) - (1379ede) - seaubot
12+
- sync with ecsact_common (#17) - (82949df) - seaubot
13+
- sync with ecsact_common (#13) - (3092c99) - seaubot
14+
- sync with ecsact_common (#8) - (6927b40) - seaubot
15+
- rename variables for clarity (#9) - (08d7693) - Ezekiel Warren
16+
- update bazelrc - (d69f64d) - Ezekiel Warren
17+
- sync with ecsact_common (#2) - (f2cd19c) - seaubot
18+
19+
- - -
20+
21+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

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_reference",
3-
version = "0.0.1",
4-
compatibility_level = 0,
3+
version = "0.1.0",
4+
compatibility_level = 1,
55
)
66

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

0 commit comments

Comments
 (0)