Skip to content

Commit 0f20c6c

Browse files
committed
chore(version): 0.3.10
1 parent 88f6b34 commit 0f20c6c

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.3.10 - 2024-06-01
6+
#### Features
7+
- fetch archive, fetch integrity checks, and globbing (#104) - (88f6b34) - Ezekiel Warren
8+
- update ecsact interpreter (#105) - (3a7ebca) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- remove bazel lock file - (ffbc2cf) - Ezekiel Warren
11+
12+
- - -
13+
514
## 0.3.9 - 2024-05-27
615
#### Features
716
- Add experimental lib for par_unseq foreach (#103) - (f293d41) - Austin Kelway

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_cli",
3-
version = "0.3.9",
3+
version = "0.3.10",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)