aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-04-16 14:31:20 -0700
committerGitHub <noreply@github.com>2026-04-16 14:31:20 -0700
commit1b4eb4901d256637c75849f0e4f82e476934b922 (patch)
tree0b3008613eaad8cf5b2fe645de680e9488c849e8 /crates/atuin-history
parentfix: Tab doesn't insert suggested command (#3420) (diff)
downloadatuin-1b4eb4901d256637c75849f0e4f82e476934b922.zip
chore(release): prepare for release 18.15.2 (#3421)
## 18.15.2 ### Bug Fixes - Tab doesn't insert suggested command ([#3420](https://github.com/atuinsh/atuin/issues/3420))
Diffstat (limited to 'crates/atuin-history')
-rw-r--r--crates/atuin-history/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml
index 914955d4..b2a77e87 100644
--- a/crates/atuin-history/Cargo.toml
+++ b/crates/atuin-history/Cargo.toml
@@ -14,7 +14,7 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-client = { path = "../atuin-client", version = "18.15.1" }
+atuin-client = { path = "../atuin-client", version = "18.15.2" }
time = { workspace = true }
serde = { workspace = true }