This commit is contained in:
iff 2025-04-10 17:48:59 +02:00
parent 49dcbea59e
commit cd49ea3d9b
4 changed files with 10 additions and 7 deletions

View file

@ -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
View file

@ -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",

View file

@ -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

View file

@ -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"