Skip to content

Commit 2551dec

Browse files
committed
chore(version): 0.3.0
1 parent 89ef436 commit 2551dec

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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-18
6+
#### Miscellaneous Chores
7+
- **(deps)** update ecsact_runtime (#117) - (89ef436) - Ezekiel Warren
8+
- **(deps)** update com_grail_bazel_toolchain digest to edc058a (#116) - (17444d6) - renovate[bot]
9+
10+
- - -
11+
512
## 0.2.2 - 2023-09-14
613
#### Miscellaneous Chores
714
- **(deps)** update com_grail_bazel_toolchain digest to e4fad4e (#114) - (b9a2a51) - renovate[bot]

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_parse",
3-
version = "0.2.2",
4-
compatibility_level = 2,
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)