From a82a3f0afca56c672a45a6746be6bee3d8ff4e98 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 26 Feb 2026 14:59:19 -0800 Subject: chore(release): prepare for release 18.13.0-beta.2 (#3209) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- crates/atuin-ai/Cargo.toml | 4 ++-- crates/atuin-client/Cargo.toml | 2 +- crates/atuin-daemon/Cargo.toml | 2 +- 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 | 8 ++++---- crates/atuin/Cargo.toml | 20 ++++++++++---------- 12 files changed, 30 insertions(+), 30 deletions(-) (limited to 'crates') diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml index 692ff9c2..42442395 100644 --- a/crates/atuin-ai/Cargo.toml +++ b/crates/atuin-ai/Cargo.toml @@ -13,8 +13,8 @@ repository = { 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.13.0-beta.1" } -atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" } +atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } tokio = { workspace = true } eyre = { workspace = true } clap = { workspace = true, features = ["derive", "env"] } diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 9f9b3fd9..e7380902 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.13.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 97ed88ea..816d5961 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -44,7 +44,7 @@ listenfd = "1.0.1" [dev-dependencies] tempfile = { workspace = true } -atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } [build-dependencies] protox = "0.9" diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 6ffa35ff..604fee27 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.13.0-beta.1" } -atuin-client = { path = "../atuin-client", version = "18.13.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } +atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index cd35d78f..33f8d4ec 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.13.0-beta.1" } +atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2" } time = { workspace = true } serde = { workspace = true } diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml index cd343a29..39a8dc56 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.13.0-beta.1" } -atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" } +atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml index e45c8fbb..4371c4b7 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.13.0-beta.1" } -atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" } +atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index df8fb230..35547e62 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.13.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index 0707a12e..ba776638 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.13.0-beta.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } +atuin-server-database = { path = "../atuin-server-database", version = "18.13.0-beta.2" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml index ea437211..cdbea388 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.13.0-beta.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } +atuin-server-database = { path = "../atuin-server-database", version = "18.13.0-beta.2" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index e6f15eb4..58c2c412 100644 --- a/crates/atuin-server/Cargo.toml +++ b/crates/atuin-server/Cargo.toml @@ -19,10 +19,10 @@ name = "atuin-server" path = "src/bin/main.rs" [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.0-beta.1" } -atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.13.0-beta.1" } -atuin-server-sqlite = { path = "../atuin-server-sqlite", version = "18.13.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } +atuin-server-database = { path = "../atuin-server-database", version = "18.13.0-beta.2" } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.13.0-beta.2" } +atuin-server-sqlite = { path = "../atuin-server-sqlite", version = "18.13.0-beta.2" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index d8938121..d57fab75 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -41,13 +41,13 @@ clipboard = ["arboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-client = { path = "../atuin-client", version = "18.13.0-beta.1", optional = true, default-features = false } -atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.0-beta.1" } -atuin-history = { path = "../atuin-history", version = "18.13.0-beta.1" } -atuin-daemon = { path = "../atuin-daemon", version = "18.13.0-beta.1", optional = true, default-features = false } -atuin-scripts = { path = "../atuin-scripts", version = "18.13.0-beta.1" } -atuin-kv = { path = "../atuin-kv", version = "18.13.0-beta.1" } +atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2", optional = true, default-features = false } +atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.0-beta.2" } +atuin-history = { path = "../atuin-history", version = "18.13.0-beta.2" } +atuin-daemon = { path = "../atuin-daemon", version = "18.13.0-beta.2", optional = true, default-features = false } +atuin-scripts = { path = "../atuin-scripts", version = "18.13.0-beta.2" } +atuin-kv = { path = "../atuin-kv", version = "18.13.0-beta.2" } log = { workspace = true } time = { workspace = true } @@ -103,6 +103,6 @@ tracing-tree = "0.4" # Integration tests in tests/ spin up a test server to verify sync functionality. # TODO: Consider moving these tests to atuin-server crate instead (client would become a dev dep there) -atuin-server = { path = "../atuin-server", version = "18.13.0-beta.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.0-beta.1" } -atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.13.0-beta.1" } +atuin-server = { path = "../atuin-server", version = "18.13.0-beta.2" } +atuin-server-database = { path = "../atuin-server-database", version = "18.13.0-beta.2" } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.13.0-beta.2" } -- cgit v1.3.1