From dc7c26a640b1a134528caa894b3339c443b917b4 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 27 Dec 2024 15:54:38 +0000 Subject: [PATCH] chore(release): prepare for release v18.4.0 (#2495) --- CHANGELOG.md | 1 + CONTRIBUTORS | 6 +++--- 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 +++++++------- 12 files changed, 34 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3e34ff379..d5d5477ccec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,7 @@ All notable changes to this project will be documented in this file. - Ultracompact Mode (search-only) ([#2357](https://github.com/atuinsh/atuin/issues/2357)) - Right Arrow to modify selected command ([#2453](https://github.com/atuinsh/atuin/issues/2453)) - Provide additional clarity around key management ([#2467](https://github.com/atuinsh/atuin/issues/2467)) +- Add `atuin wrapped` ([#2493](https://github.com/atuinsh/atuin/issues/2493)) ### Miscellaneous Tasks diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b90938e9d61..a7b8be8ec51 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -42,6 +42,7 @@ Dieter Eickstaedt Dom Rodriguez Dongxu Wang DS/Charlie <82801887+ds-cbo@users.noreply.github.com> +éclairevoyant <848000+eclairevoyant@users.noreply.github.com> Ed Ive Edward Loveall Ellie Huxtable @@ -77,6 +78,7 @@ Jamie Quigley Jan Larres Jannik <32144358+mozzieongit@users.noreply.github.com> Jannik +János Illés Jax Young jean-santos jean-santos @@ -93,7 +95,6 @@ Josef Friedrich JT <547158+jntrnr@users.noreply.github.com> Julien P Justin Su -János Illés Kjetil Jørgensen Klas Mellbourn Koichi Murase @@ -142,8 +143,8 @@ Nico Kokonas Niklas Hambüchen noyez Omer Katz -onkelT2 <126604057+onkelT2@users.noreply.github.com> Onè <43485962+c-git@users.noreply.github.com> +onkelT2 <126604057+onkelT2@users.noreply.github.com> Orhun Parmaksız P T Weir Patrick @@ -208,6 +209,5 @@ YummyOreo Yuvi Panda Zhanibek Adilbekov ZhiHong Li -éclairevoyant <848000+eclairevoyant@users.noreply.github.com> 依云 镜面王子 <153555712@qq.com> diff --git a/Cargo.lock b/Cargo.lock index 1c3cd4f940c..b105d29337e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atuin" -version = "18.4.0-beta.5" +version = "18.4.0" dependencies = [ "arboard", "async-trait", @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "18.4.0-beta.5" +version = "18.4.0" dependencies = [ "async-trait", "atuin-common", @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "18.4.0-beta.5" +version = "18.4.0" dependencies = [ "base64 0.22.1", "directories", @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "atuin-daemon" -version = "18.4.0-beta.5" +version = "18.4.0" dependencies = [ "atuin-client", "atuin-dotfiles", @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "atuin-dotfiles" -version = "18.4.0-beta.5" +version = "18.4.0" dependencies = [ "atuin-client", "atuin-common", @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "atuin-history" -version = "18.4.0-beta.5" +version = "18.4.0" dependencies = [ "async-trait", "atuin-client", @@ -420,7 +420,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "18.4.0-beta.5" +version = "18.4.0" dependencies = [ "argon2", "async-trait", @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "atuin-server-database" -version = "18.4.0-beta.5" +version = "18.4.0" dependencies = [ "async-trait", "atuin-common", @@ -465,7 +465,7 @@ dependencies = [ [[package]] name = "atuin-server-postgres" -version = "18.4.0-beta.5" +version = "18.4.0" dependencies = [ "async-trait", "atuin-common", diff --git a/Cargo.toml b/Cargo.toml index 4cc9e7994b1..f54652c9b07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" exclude = ["ui/backend"] [workspace.package] -version = "18.4.0-beta.5" +version = "18.4.0" authors = ["Ellie Huxtable "] rust-version = "1.82" license = "MIT" diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 994ac0c9563..02f189595c6 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.5" } +atuin-common = { path = "../atuin-common", version = "18.4.0" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index feef64ad201..9b21aa58a27 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.5" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" } -atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" } +atuin-client = { path = "../atuin-client", version = "18.4.0" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0" } +atuin-history = { path = "../atuin-history", version = "18.4.0" } time = { workspace = true } uuid = { workspace = true } diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index fa330a56c15..a2f255e6d23 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.5" } -atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" } +atuin-common = { path = "../atuin-common", version = "18.4.0" } +atuin-client = { path = "../atuin-client", version = "18.4.0" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 8448e84a48b..fc3fc88a47c 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.5" } -atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } +atuin-client = { path = "../atuin-client", version = "18.4.0" } +atuin-common = { path = "../atuin-common", version = "18.4.0" } log = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index 8c29078c7b9..ce7be503296 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.5" } +atuin-common = { path = "../atuin-common", version = "18.4.0" } tracing = "0.1" time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index c721e36e3bd..d6fcb15aa2c 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.5" } -atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.5" } +atuin-common = { path = "../atuin-common", version = "18.4.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" } eyre = { workspace = true } tracing = "0.1" diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index ebdedaab6fa..02c36b7f2c6 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.5" } -atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.5" } +atuin-common = { path = "../atuin-common", version = "18.4.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" } tracing = "0.1" time = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 0a284709eb3..ca9bfcd96f0 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.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 } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0", optional = true } +atuin-server = { path = "../atuin-server", version = "18.4.0", optional = true } +atuin-client = { path = "../atuin-client", version = "18.4.0", optional = true, default-features = false } +atuin-common = { path = "../atuin-common", version = "18.4.0" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0" } +atuin-history = { path = "../atuin-history", version = "18.4.0" } +atuin-daemon = { path = "../atuin-daemon", version = "18.4.0", optional = true, default-features = false } log = { workspace = true } env_logger = "0.11.5"