Skip to content

Commit 79a94ec

Browse files
committed
chore(version): 0.6.3
1 parent db618d1 commit 79a94ec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.6.3 - 2024-06-01
6+
#### Features
7+
- new parallel parameter values support (#227) - (db618d1) - Ezekiel Warren
8+
- implement legacy association api (#226) - (9c1c3a6) - Ezekiel Warren
9+
10+
- - -
11+
512
## 0.6.2 - 2024-05-27
613
#### Features
714
- implement new assoc api (#224) - (42ddbb7) - 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.2",
3+
version = "0.6.3",
44
compatibility_level = 6,
55
)
66

0 commit comments

Comments
 (0)