Skip to content

Commit 2063c6c

Browse files
committed
v0.6.11
1 parent 91f9969 commit 2063c6c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.11]
11+
1012
### Fixed
1113

1214
- No longer panics when interrupting multi-suggest
15+
- Bash & Zsh: Reverted function based initialization to alias
1316

1417
## [0.6.10] - 2025-01-07
1518

@@ -152,7 +155,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
152155

153156
History start.
154157

155-
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.10..HEAD
158+
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.11..HEAD
159+
[0.6.11]: https://github.com/iffse/pay-respects/compare/v0.6.10..v0.6.11
156160
[0.6.10]: https://github.com/iffse/pay-respects/compare/v0.6.9..v0.6.10
157161
[0.6.9]: https://github.com/iffse/pay-respects/compare/v0.6.8..v0.6.9
158162
[0.6.8]: https://github.com/iffse/pay-respects/compare/v0.6.7..v0.6.8

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pay-respects"
33
authors = ["iff <[email protected]>"]
4-
version = "0.6.10"
4+
version = "0.6.11"
55
edition = "2021"
66

77
# for crates.io

0 commit comments

Comments
 (0)