Skip to content

Commit

Permalink
chore(version): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 10, 2024
1 parent afa58c8 commit 9b106b1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.1.0 - 2024-08-10
#### Features
- Add recipe bundles and update deps (#20) - (a2fc34b) - Austin Kelway
- use ecsact build (#3) - (563af1a) - Ezekiel Warren
#### Miscellaneous Chores
- refactor to use new codegen api (#21) - (afa58c8) - Ezekiel Warren
- sync with ecsact_common (#19) - (1379ede) - seaubot
- sync with ecsact_common (#17) - (82949df) - seaubot
- sync with ecsact_common (#13) - (3092c99) - seaubot
- sync with ecsact_common (#8) - (6927b40) - seaubot
- rename variables for clarity (#9) - (08d7693) - Ezekiel Warren
- update bazelrc - (d69f64d) - Ezekiel Warren
- sync with ecsact_common (#2) - (f2cd19c) - seaubot

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "ecsact_rt_reference",
version = "0.0.1",
compatibility_level = 0,
version = "0.1.0",
compatibility_level = 1,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
Expand Down

0 comments on commit 9b106b1

Please sign in to comment.