mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20: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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.7.4] - 2025-04-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Adding executed commands to history for Bash, Zsh, and Fish
|
- 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.
|
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.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.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
|
[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]]
|
[[package]]
|
||||||
name = "pay-respects"
|
name = "pay-respects"
|
||||||
version = "0.7.3"
|
version = "0.7.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"askama",
|
"askama",
|
||||||
"colored",
|
"colored",
|
||||||
|
|
@ -917,7 +917,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pay-respects-module-request-ai"
|
name = "pay-respects-module-request-ai"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"askama",
|
"askama",
|
||||||
"colored",
|
"colored",
|
||||||
|
|
@ -1280,9 +1280,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustls"
|
name = "rustls"
|
||||||
version = "0.23.25"
|
version = "0.23.26"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
|
checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"ring",
|
"ring",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pay-respects"
|
name = "pay-respects"
|
||||||
authors = ["iff <iff@ik.me>"]
|
authors = ["iff <iff@ik.me>"]
|
||||||
version = "0.7.3"
|
version = "0.7.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# for crates.io
|
# for crates.io
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pay-respects-module-request-ai"
|
name = "pay-respects-module-request-ai"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
description = "AI request module for the pay-respects CLI tool"
|
description = "AI request module for the pay-respects CLI tool"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue