mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-01 23:25:11 +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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.6.11]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- No longer panics when interrupting multi-suggest
|
- No longer panics when interrupting multi-suggest
|
||||||
|
- Bash & Zsh: Reverted function based initialization to alias
|
||||||
|
|
||||||
## [0.6.10] - 2025-01-07
|
## [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.
|
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.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.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
|
[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]]
|
[[package]]
|
||||||
name = "pay-respects"
|
name = "pay-respects"
|
||||||
version = "0.6.10"
|
version = "0.6.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"colored",
|
"colored",
|
||||||
"inquire",
|
"inquire",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pay-respects"
|
name = "pay-respects"
|
||||||
authors = ["iff <iff@ik.me>"]
|
authors = ["iff <iff@ik.me>"]
|
||||||
version = "0.6.10"
|
version = "0.6.11"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# for crates.io
|
# for crates.io
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue