Skip to content

Commit 7257de1

Browse files
committed
code: Release 0.7.4
1 parent 01cc779 commit 7257de1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.4] - 2024-11-23
11+
12+
### Fixed
13+
14+
- cli: autocomplete would use the wrong wordlist exactly 100% of the time 🙈
15+
- cli: Remove unmaintained instant dependency
16+
1017
## [0.7.3] - 2024-10-25
1118

1219
### Added

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "cli"]
33
default-members = ["cli"]
44

55
[workspace.package]
6-
version = "0.7.3"
6+
version = "0.7.4"
77
authors = [
88
"Fina Wilke <[email protected]>",
99
"piegames <[email protected]>",

0 commit comments

Comments
 (0)