From 2eeb0c79f63d8890d9f051945f60ce6fc7c4283c Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 16 Jul 2025 14:47:25 +0100 Subject: [PATCH] chore(release): prepare for release 18.7.0 (#2823) * chore(release): prepare for release 18.7.0 * lockfile --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- crates/atuin-client/Cargo.toml | 2 +- crates/atuin-daemon/Cargo.toml | 6 +++--- 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-server/Cargo.toml | 4 ++-- crates/atuin/Cargo.toml | 22 +++++++++++----------- 13 files changed, 42 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df1b0b21..3a2b64ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atuin" -version = "18.6.1" +version = "18.7.0" dependencies = [ "arboard", "async-trait", @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "18.6.1" +version = "18.7.0" dependencies = [ "async-trait", "atuin-common", @@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "18.6.1" +version = "18.7.0" dependencies = [ "base64 0.22.1", "directories", @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "atuin-daemon" -version = "18.6.1" +version = "18.7.0" dependencies = [ "atuin-client", "atuin-dotfiles", @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "atuin-dotfiles" -version = "18.6.1" +version = "18.7.0" dependencies = [ "atuin-client", "atuin-common", @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "atuin-history" -version = "18.6.1" +version = "18.7.0" dependencies = [ "atuin-client", "crossterm", @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "atuin-kv" -version = "18.6.1" +version = "18.7.0" dependencies = [ "atuin-client", "atuin-common", @@ -416,7 +416,7 @@ dependencies = [ [[package]] name = "atuin-scripts" -version = "18.6.1" +version = "18.7.0" dependencies = [ "atuin-client", "atuin-common", @@ -438,7 +438,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "18.6.1" +version = "18.7.0" dependencies = [ "argon2", "async-trait", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "atuin-server-database" -version = "18.6.1" +version = "18.7.0" dependencies = [ "async-trait", "atuin-common", @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "atuin-server-postgres" -version = "18.6.1" +version = "18.7.0" dependencies = [ "async-trait", "atuin-common", @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "atuin-server-sqlite" -version = "18.6.1" +version = "18.7.0" dependencies = [ "async-trait", "atuin-common", diff --git a/Cargo.toml b/Cargo.toml index 433659d9..6f0cdb46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" exclude = ["ui/backend"] [workspace.package] -version = "18.6.1" +version = "18.7.0" authors = ["Ellie Huxtable "] rust-version = "1.86" license = "MIT" diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 5a98f797..103991ae 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -19,7 +19,7 @@ daemon = [] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "18.6.1" } +atuin-common = { path = "../atuin-common", version = "18.7.0" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 5c23bb23..50d141d7 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -14,9 +14,9 @@ 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.6.1" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.6.1" } -atuin-history = { path = "../atuin-history", version = "18.6.1" } +atuin-client = { path = "../atuin-client", version = "18.7.0" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.7.0" } +atuin-history = { path = "../atuin-history", version = "18.7.0" } time = { workspace = true } uuid = { workspace = true } diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 0bf20920..7667303a 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.6.1" } -atuin-client = { path = "../atuin-client", version = "18.6.1" } +atuin-common = { path = "../atuin-common", version = "18.7.0" } +atuin-client = { path = "../atuin-client", version = "18.7.0" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 5b901156..9789524c 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.6.1" } +atuin-client = { path = "../atuin-client", version = "18.7.0" } time = { workspace = true } serde = { workspace = true } diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml index 3579cf9e..686a1363 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.6.1" } -atuin-common = { path = "../atuin-common", version = "18.6.1" } +atuin-client = { path = "../atuin-client", version = "18.7.0" } +atuin-common = { path = "../atuin-common", version = "18.7.0" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml index 9afeb5b9..dc6afb11 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.6.1" } -atuin-common = { path = "../atuin-common", version = "18.6.1" } +atuin-client = { path = "../atuin-client", version = "18.7.0" } +atuin-common = { path = "../atuin-common", version = "18.7.0" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index 823b5d39..699eb98a 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.6.1" } +atuin-common = { path = "../atuin-common", version = "18.7.0" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index f5e472cb..8be1269c 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.6.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.6.1" } +atuin-common = { path = "../atuin-common", version = "18.7.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.7.0" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml index c04604e7..e269c8ea 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.6.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.6.1" } +atuin-common = { path = "../atuin-common", version = "18.7.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.7.0" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index 53f9d499..48715938 100644 --- a/crates/atuin-server/Cargo.toml +++ b/crates/atuin-server/Cargo.toml @@ -11,8 +11,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.6.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.6.1" } +atuin-common = { path = "../atuin-common", version = "18.7.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.7.0" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index a6c8dbec..ea3361ff 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -47,17 +47,17 @@ clipboard = ["arboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-server-database = { path = "../atuin-server-database", version = "18.6.1", optional = true } -atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.6.1", optional = true } -atuin-server-sqlite = { path = "../atuin-server-sqlite", version = "18.6.1", optional = true } -atuin-server = { path = "../atuin-server", version = "18.6.1", optional = true } -atuin-client = { path = "../atuin-client", version = "18.6.1", optional = true, default-features = false } -atuin-common = { path = "../atuin-common", version = "18.6.1" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.6.1" } -atuin-history = { path = "../atuin-history", version = "18.6.1" } -atuin-daemon = { path = "../atuin-daemon", version = "18.6.1", optional = true, default-features = false } -atuin-scripts = { path = "../atuin-scripts", version = "18.6.1" } -atuin-kv = { path = "../atuin-kv", version = "18.6.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.7.0", optional = true } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.7.0", optional = true } +atuin-server-sqlite = { path = "../atuin-server-sqlite", version = "18.7.0", optional = true } +atuin-server = { path = "../atuin-server", version = "18.7.0", optional = true } +atuin-client = { path = "../atuin-client", version = "18.7.0", optional = true, default-features = false } +atuin-common = { path = "../atuin-common", version = "18.7.0" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.7.0" } +atuin-history = { path = "../atuin-history", version = "18.7.0" } +atuin-daemon = { path = "../atuin-daemon", version = "18.7.0", optional = true, default-features = false } +atuin-scripts = { path = "../atuin-scripts", version = "18.7.0" } +atuin-kv = { path = "../atuin-kv", version = "18.7.0" } log = { workspace = true } time = { workspace = true }