Skip to content

Commit 59e16da

Browse files
committed
chore(version): 0.3.0
1 parent 369a6f2 commit 59e16da

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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 - 2023-09-19
6+
#### Bug Fixes
7+
- **(meta)** transient fields_info (#141) - (b0497e1) - Ezekiel Warren
8+
#### Features
9+
- bzlmodify (#148) - (369a6f2) - Ezekiel Warren
10+
- parallel execution available in meta codegen (#142) - (4ac52fc) - Ezekiel Warren
11+
- added decl_name function to meta header codegen (#136) - (519a9f5) - Ezekiel Warren
12+
- handy block codegen plugin util function - (74ebca8) - Ezekiel Warren
13+
- added codegen plugin utility functions (#134) - (54df803) - Ezekiel Warren
14+
#### Miscellaneous Chores
15+
- **(deps)** update bazel c++ tooling repositories (#143) - (d098c2d) - renovate[bot]
16+
- **(deps)** update com_grail_bazel_toolchain digest to ceeedcc (#140) - (4e9d547) - renovate[bot]
17+
- **(deps)** update com_grail_bazel_toolchain digest to b397ad2 (#139) - (87acaee) - renovate[bot]
18+
- **(deps)** update com_grail_bazel_toolchain digest to 41ff2a0 (#138) - (4d12e7d) - renovate[bot]
19+
- **(deps)** update hedron_compile_commands digest to 3dddf20 (#137) - (637b027) - renovate[bot]
20+
- **(deps)** update hedron_compile_commands digest to 80ac7ef (#135) - (9af3ce1) - renovate[bot]
21+
22+
- - -
23+
524
## 0.2.0 - 2023-05-01
625
#### Features
726
- lazy execution values in meta codegen (#133) - (63f129c) - 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_lang_cpp",
3-
version = "0.1.0",
4-
compatibility_level = 1,
3+
version = "0.3.0",
4+
compatibility_level = 3,
55
)
66

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

0 commit comments

Comments
 (0)