Skip to content

Commit 35453db

Browse files
committed
chore(version): 0.3.1
1 parent da9af3d commit 35453db

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.3.1 - 2024-03-27
6+
#### Miscellaneous Chores
7+
- update deps - (da9af3d) - Ezekiel Warren
8+
9+
- - -
10+
511
## 0.3.0 - 2024-03-26
612
#### Bug Fixes
713
- multiple methods in recipe being detected (#52) - (82f908a) - Ezekiel Warren

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_cli",
3-
version = "0.3.0",
3+
version = "0.3.1",
44
compatibility_level = 3,
55
)
66

@@ -24,7 +24,6 @@ bazel_dep(name = "yaml-cpp", version = "0.8.0")
2424

2525
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
2626
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
27-
2827
git_override(
2928
module_name = "hedron_compile_commands",
3029
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",

0 commit comments

Comments
 (0)