Skip to content

Commit 0831895

Browse files
committed
chore(version): 0.1.5
1 parent 92d202d commit 0831895

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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.1.5 - 2024-08-10
6+
#### Miscellaneous Chores
7+
- **(deps)** update dependency ecsact_cli to v0.3.15 (#144) - (588279f) - renovate[bot]
8+
- **(deps)** update dependency ecsact_cli to v0.3.14 (#143) - (138a8a7) - renovate[bot]
9+
- **(deps)** update ecsact repositories (#141) - (1b397a2) - renovate[bot]
10+
- refactor to use new codegen api (#145) - (92d202d) - Ezekiel Warren
11+
12+
- - -
13+
514
## 0.1.4 - 2024-07-02
615
#### Miscellaneous Chores
716
- update codegen plugin interface (#140) - (ae4ba2c) - 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_lang_csharp",
3-
version = "0.1.4",
3+
version = "0.1.5",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)