mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
v0.7.4
This commit is contained in:
parent
49dcbea59e
commit
cd49ea3d9b
4 changed files with 10 additions and 7 deletions
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.7.4] - 2025-04-10
|
||||
|
||||
### Added
|
||||
|
||||
- Adding executed commands to history for Bash, Zsh, and Fish
|
||||
|
|
@ -266,7 +268,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.7.3..HEAD
|
||||
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.7.4..HEAD
|
||||
[0.7.4]: https://github.com/iffse/pay-respects/compare/v0.7.3..v0.7.4
|
||||
[0.7.3]: https://github.com/iffse/pay-respects/compare/v0.7.2..v0.7.3
|
||||
[0.7.2]: https://github.com/iffse/pay-respects/compare/v0.7.1..v0.7.2
|
||||
[0.7.1]: https://github.com/iffse/pay-respects/compare/v0.7.0..v0.7.1
|
||||
|
|
|
|||
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -902,7 +902,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pay-respects"
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
dependencies = [
|
||||
"askama",
|
||||
"colored",
|
||||
|
|
@ -917,7 +917,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pay-respects-module-request-ai"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
dependencies = [
|
||||
"askama",
|
||||
"colored",
|
||||
|
|
@ -1280,9 +1280,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustls"
|
||||
version = "0.23.25"
|
||||
version = "0.23.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
|
||||
checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"ring",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pay-respects"
|
||||
authors = ["iff <iff@ik.me>"]
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
edition = "2021"
|
||||
|
||||
# for crates.io
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pay-respects-module-request-ai"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
edition = "2021"
|
||||
|
||||
description = "AI request module for the pay-respects CLI tool"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue