Skip to content

Commit 2ea78c1

Browse files
committed
chore(version): 0.5.0
1 parent bf238e3 commit 2ea78c1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.5.0 - 2024-05-23
6+
#### Features
7+
- allow multiple 'with' fields (#153) - (bf238e3) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- remove bazel lock file - (a7b28ab) - Ezekiel Warren
10+
- sync with ecsact_common (#148) - (f29e01a) - seaubot
11+
- sync with ecsact_common (#144) - (090ed5e) - seaubot
12+
13+
- - -
14+
515
## 0.4.0 - 2024-04-04
616
#### Miscellaneous Chores
717
- **(deps)** update dependency bazel to v7.1.1 (#143) - (4064e07) - 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.4.0",
4-
compatibility_level = 4,
3+
version = "0.5.0",
4+
compatibility_level = 5,
55
)
66

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

0 commit comments

Comments
 (0)