From cb570539195e1a6ad031a74833e376631c00d13a Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 5 Dec 2024 23:24:04 +0000 Subject: [PATCH] chore(release): prepare for release 18.4.0-beta.5 (#2472) --- CHANGELOG.md | 1 + Cargo.lock | 18 +++++++++--------- 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 | 4 ++-- crates/atuin-server-database/Cargo.toml | 2 +- crates/atuin-server-postgres/Cargo.toml | 4 ++-- crates/atuin-server/Cargo.toml | 4 ++-- crates/atuin/Cargo.toml | 14 +++++++------- 11 files changed, 31 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4be214f88b..5e3e34ff379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -111,6 +111,7 @@ All notable changes to this project will be documented in this file. - Update rust to `1.80.1` ([#2362](https://github.com/atuinsh/atuin/issues/2362)) - Enable inline height and compact by default ([#2249](https://github.com/atuinsh/atuin/issues/2249)) - Update to rust 1.82 ([#2432](https://github.com/atuinsh/atuin/issues/2432)) +- Update cargo-dist ([#2471](https://github.com/atuinsh/atuin/issues/2471)) ### Performance diff --git a/Cargo.lock b/Cargo.lock index 88982ab2a55..1c3cd4f940c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atuin" -version = "18.4.0-beta.4" +version = "18.4.0-beta.5" dependencies = [ "arboard", "async-trait", @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "18.4.0-beta.4" +version = "18.4.0-beta.5" dependencies = [ "async-trait", "atuin-common", @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "18.4.0-beta.4" +version = "18.4.0-beta.5" dependencies = [ "base64 0.22.1", "directories", @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "atuin-daemon" -version = "18.4.0-beta.4" +version = "18.4.0-beta.5" dependencies = [ "atuin-client", "atuin-dotfiles", @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "atuin-dotfiles" -version = "18.4.0-beta.4" +version = "18.4.0-beta.5" dependencies = [ "atuin-client", "atuin-common", @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "atuin-history" -version = "18.4.0-beta.4" +version = "18.4.0-beta.5" dependencies = [ "async-trait", "atuin-client", @@ -420,7 +420,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "18.4.0-beta.4" +version = "18.4.0-beta.5" dependencies = [ "argon2", "async-trait", @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "atuin-server-database" -version = "18.4.0-beta.4" +version = "18.4.0-beta.5" dependencies = [ "async-trait", "atuin-common", @@ -465,7 +465,7 @@ dependencies = [ [[package]] name = "atuin-server-postgres" -version = "18.4.0-beta.4" +version = "18.4.0-beta.5" dependencies = [ "async-trait", "atuin-common", diff --git a/Cargo.toml b/Cargo.toml index 2c11edbd9ac..4cc9e7994b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" exclude = ["ui/backend"] [workspace.package] -version = "18.4.0-beta.4" +version = "18.4.0-beta.5" authors = ["Ellie Huxtable "] rust-version = "1.82" license = "MIT" diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 83073f33350..994ac0c9563 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.4.0-beta.4" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 98a5fc83491..feef64ad201 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.4.0-beta.4" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.4" } -atuin-history = { path = "../atuin-history", version = "18.4.0-beta.4" } +atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" } +atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" } time = { workspace = true } uuid = { workspace = true } diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index e1419f3050a..fa330a56c15 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.4.0-beta.4" } -atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } +atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index e16582c72d8..8448e84a48b 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/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.4.0-beta.4" } -atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" } +atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } log = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index 878e1ffc5fa..8c29078c7b9 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.4.0-beta.4" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } tracing = "0.1" time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index aab477eea0d..c721e36e3bd 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.4.0-beta.4" } -atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.4" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } +atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.5" } eyre = { workspace = true } tracing = "0.1" diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index 7dbbc5655b5..ebdedaab6fa 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.4.0-beta.4" } -atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.4" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } +atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.5" } tracing = "0.1" time = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 0f03b32fb6f..0a284709eb3 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -42,13 +42,13 @@ clipboard = ["arboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0-beta.4", optional = true } -atuin-server = { path = "../atuin-server", version = "18.4.0-beta.4", optional = true } -atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4", optional = true, default-features = false } -atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.4" } -atuin-history = { path = "../atuin-history", version = "18.4.0-beta.4" } -atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.4", optional = true, default-features = false } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0-beta.5", optional = true } +atuin-server = { path = "../atuin-server", version = "18.4.0-beta.5", optional = true } +atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5", optional = true, default-features = false } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" } +atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" } +atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.5", optional = true, default-features = false } log = { workspace = true } env_logger = "0.11.5"