From 671f96b60dac49d1d2de73cc0812986a5e22ce7b Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 12 May 2026 16:36:53 -0700 Subject: 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)) --- crates/atuin-client/Cargo.toml | 2 +- crates/atuin-daemon/Cargo.toml | 8 ++++---- crates/atuin-dotfiles/Cargo.toml | 4 ++-- crates/atuin-history/Cargo.toml | 2 +- crates/atuin-kv/Cargo.toml | 4 ++-- crates/atuin-scripts/Cargo.toml | 4 ++-- crates/atuin-server-database/Cargo.toml | 2 +- crates/atuin-server-postgres/Cargo.toml | 4 ++-- crates/atuin-server-sqlite/Cargo.toml | 4 ++-- crates/atuin/Cargo.toml | 10 +++++----- 10 files changed, 22 insertions(+), 22 deletions(-) (limited to 'crates') diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 098ecf05..1b007f2e 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -20,7 +20,7 @@ daemon = [] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "18.16.0" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 15a99849..97bda630 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -14,10 +14,10 @@ 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.16.0" } -atuin-common = { path = "../atuin-common", version = "18.16.0" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.16.0" } -atuin-history = { path = "../atuin-history", version = "18.16.0" } +atuin-client = { path = "../atuin-client", version = "18.16.1" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.16.1" } +atuin-history = { path = "../atuin-history", version = "18.16.1" } time = { workspace = true } uuid = { workspace = true } 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 } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 96c9b150..50831a0b 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.16.0" } +atuin-client = { path = "../atuin-client", version = "18.16.1" } time = { workspace = true } serde = { workspace = true } diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml index 37679f85..c92b2ed2 100644 --- a/crates/atuin-kv/Cargo.toml +++ b/crates/atuin-kv/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-client = { path = "../atuin-client", version = "18.16.0" } -atuin-common = { path = "../atuin-common", version = "18.16.0" } +atuin-client = { path = "../atuin-client", version = "18.16.1" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml index 6bf514d8..6c168ecd 100644 --- a/crates/atuin-scripts/Cargo.toml +++ b/crates/atuin-scripts/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-client = { path = "../atuin-client", version = "18.16.0" } -atuin-common = { path = "../atuin-common", version = "18.16.0" } +atuin-client = { path = "../atuin-client", version = "18.16.1" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index d4c2bbbd..e361c68b 100644 --- a/crates/atuin-server-database/Cargo.toml +++ b/crates/atuin-server-database/Cargo.toml @@ -10,7 +10,7 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.16.0" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index 1965b414..ea19899e 100644 --- a/crates/atuin-server-postgres/Cargo.toml +++ b/crates/atuin-server-postgres/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.16.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.16.0" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.16.1" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml index a1b1c9d1..579a5e7e 100644 --- a/crates/atuin-server-sqlite/Cargo.toml +++ b/crates/atuin-server-sqlite/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.16.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.16.0" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.16.1" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index e9bad2ec..0ac1e889 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -44,13 +44,13 @@ clipboard = ["arboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-ai = { path = "../atuin-ai", version = "18.16.0", optional = true, default-features = false } -atuin-client = { path = "../atuin-client", version = "18.16.0", optional = true, default-features = false } +atuin-ai = { path = "../atuin-ai", version = "18.16.1", optional = true, default-features = false } +atuin-client = { path = "../atuin-client", version = "18.16.1", optional = true, default-features = false } atuin-common = { workspace = true } atuin-dotfiles = { workspace = true } atuin-history = { workspace = true } -atuin-daemon = { path = "../atuin-daemon", version = "18.16.0", optional = true, default-features = false } -atuin-pty-proxy = { path = "../atuin-pty-proxy", version = "18.16.0", optional = true, default-features = false } +atuin-daemon = { path = "../atuin-daemon", version = "18.16.1", optional = true, default-features = false } +atuin-pty-proxy = { path = "../atuin-pty-proxy", version = "18.16.1", optional = true, default-features = false } atuin-scripts = { workspace = true } atuin-kv = { workspace = true } @@ -110,7 +110,7 @@ daemonize = "0.5.0" # compiles cleanly. tree-sitter 0.26's portable/endian.h fails on illumos, # Windows cross-compiles, and potentially other exotic targets. [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies] -atuin-ai = { path = "../atuin-ai", version = "18.16.0", optional = true, default-features = false, features = ["tree-sitter"] } +atuin-ai = { path = "../atuin-ai", version = "18.16.1", optional = true, default-features = false, features = ["tree-sitter"] } [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.61.2", features = ["Win32_System_Console"] } -- cgit v1.3.1