Skip to content

Commit 8ad28c4

Browse files
committed
chore(version): 0.6.4
1 parent e81cead commit 8ad28c4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.6.4 - 2024-06-19
6+
#### Bug Fixes
7+
- add missing out capabilities count assignment (#229) - (e81cead) - Ezekiel Warren
8+
9+
- - -
10+
511
## 0.6.3 - 2024-06-01
612
#### Features
713
- new parallel parameter values support (#227) - (db618d1) - 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_interpret",
3-
version = "0.6.3",
3+
version = "0.6.4",
44
compatibility_level = 6,
55
)
66

0 commit comments

Comments
 (0)