aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-dotfiles
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-05-12 16:36:53 -0700
committerGitHub <noreply@github.com>2026-05-12 16:36:53 -0700
commit671f96b60dac49d1d2de73cc0812986a5e22ce7b (patch)
tree4a89561b6b5c9b31fb2d095698aedb315563e0e6 /crates/atuin-dotfiles
parentfeat(ui): prominent banner for wrong-key errors at login/sync (#3475) (diff)
downloadatuin-671f96b60dac49d1d2de73cc0812986a5e22ce7b.zip
chore(release): prepare for release 18.16.1 (#3476)
## 18.16.1 ### Bug Fixes - *(shell/xonsh)* Use os.devnull instead of hard-coded /dev/null ([#3464](https://github.com/atuinsh/atuin/issues/3464)) - Atuin update on windows ([#3453](https://github.com/atuinsh/atuin/issues/3453)) - Ensure local key matches remote data before syncing ([#3474](https://github.com/atuinsh/atuin/issues/3474)) ### Documentation - Add related projects section to README ### Features - *(ui)* Prominent banner for wrong-key errors at login/sync ([#3475](https://github.com/atuinsh/atuin/issues/3475)) ### Miscellaneous Tasks - Generate LLM-optimized docs ([#3468](https://github.com/atuinsh/atuin/issues/3468)) - Rename 'atuin hex' to 'atuin pty-proxy' ([#3473](https://github.com/atuinsh/atuin/issues/3473))
Diffstat (limited to 'crates/atuin-dotfiles')
-rw-r--r--crates/atuin-dotfiles/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml
index 02a60869..183091b3 100644
--- a/crates/atuin-dotfiles/Cargo.toml
+++ b/crates/atuin-dotfiles/Cargo.toml
@@ -14,8 +14,8 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-common = { path = "../atuin-common", version = "18.16.0" }
-atuin-client = { path = "../atuin-client", version = "18.16.0" }
+atuin-common = { path = "../atuin-common", version = "18.16.1" }
+atuin-client = { path = "../atuin-client", version = "18.16.1" }
eyre = { workspace = true }
tokio = { workspace = true }