mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
v0.6.11
This commit is contained in:
parent
91f9969fc5
commit
2063c6c61b
3 changed files with 7 additions and 3 deletions
|
|
@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.6.11]
|
||||
|
||||
### Fixed
|
||||
|
||||
- No longer panics when interrupting multi-suggest
|
||||
- Bash & Zsh: Reverted function based initialization to alias
|
||||
|
||||
## [0.6.10] - 2025-01-07
|
||||
|
||||
|
|
@ -152,7 +155,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
History start.
|
||||
|
||||
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.10..HEAD
|
||||
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.11..HEAD
|
||||
[0.6.11]: https://github.com/iffse/pay-respects/compare/v0.6.10..v0.6.11
|
||||
[0.6.10]: https://github.com/iffse/pay-respects/compare/v0.6.9..v0.6.10
|
||||
[0.6.9]: https://github.com/iffse/pay-respects/compare/v0.6.8..v0.6.9
|
||||
[0.6.8]: https://github.com/iffse/pay-respects/compare/v0.6.7..v0.6.8
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -464,7 +464,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pay-respects"
|
||||
version = "0.6.10"
|
||||
version = "0.6.11"
|
||||
dependencies = [
|
||||
"colored",
|
||||
"inquire",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pay-respects"
|
||||
authors = ["iff <iff@ik.me>"]
|
||||
version = "0.6.10"
|
||||
version = "0.6.11"
|
||||
edition = "2021"
|
||||
|
||||
# for crates.io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue