Skip to content

Commit 8e2b101

Browse files
committed
chore(version): 0.3.14
1 parent 43188f3 commit 8e2b101

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.14 - 2024-08-05
6+
#### Features
7+
- Add recipes to CLI config and add builtin recipe shortcuts (#116) - (cdda706) - Austin Kelway
8+
#### Miscellaneous Chores
9+
- fix logo in readme - (43188f3) - Ezekiel Warren
10+
11+
- - -
12+
513
## 0.3.13 - 2024-07-02
614
#### Bug Fixes
715
- ecasct recipe bundle extension check (#113) - (a6304a8) - 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.13",
3+
version = "0.3.14",
44
compatibility_level = 3,
55
)
66

0 commit comments

Comments
 (0)