From 1f6031d84acefd68b2dcc9d3a11eb6203745303f Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 7 Apr 2025 14:33:24 +0100 Subject: chore(release): prepare for release 18.5.0-beta.3 (#2678) --- CHANGELOG.md | 7 ++++++- Cargo.lock | 20 ++++++++++---------- 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-server-database/Cargo.toml | 2 +- crates/atuin-server-postgres/Cargo.toml | 4 ++-- crates/atuin-server/Cargo.toml | 4 ++-- crates/atuin/Cargo.toml | 16 ++++++++-------- 11 files changed, 37 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f153055..41bb4e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,11 @@ All notable changes to this project will be documented in this file. - *(1289)* Clear terminal area if inline ([#2600](https://github.com/atuinsh/atuin/issues/2600)) - *(bash)* Fix preexec of child Bash session started by enter_accept ([#2558](https://github.com/atuinsh/atuin/issues/2558)) - *(build)* Change atuin-daemon build script .proto paths ([#2638](https://github.com/atuinsh/atuin/issues/2638)) +- *(kv)* Filter deleted keys from `kv list` ([#2665](https://github.com/atuinsh/atuin/issues/2665)) - *(stats)* Ignore leading environment variables when calculating stats ([#2659](https://github.com/atuinsh/atuin/issues/2659)) - *(wrapped)* Fix crash when history is empty ([#2508](https://github.com/atuinsh/atuin/issues/2508)) - *(zsh)* Fix an error introduced earilier with support for bracketed paste mode ([#2651](https://github.com/atuinsh/atuin/issues/2651)) +- *(zsh)* Avoid calling user-defined widgets when searching for history position ([#2670](https://github.com/atuinsh/atuin/issues/2670)) - Add .histfile as file to look for when doing atuin import zsh ([#2588](https://github.com/atuinsh/atuin/issues/2588)) - Panic when invoking delete on empty tui ([#2584](https://github.com/atuinsh/atuin/issues/2584)) - Sql files checksums ([#2601](https://github.com/atuinsh/atuin/issues/2601)) @@ -22,6 +24,7 @@ All notable changes to this project will be documented in this file. - Typeerror in client sync code ([#2647](https://github.com/atuinsh/atuin/issues/2647)) - Add redundant clones to clippy and cleanup instances of it ([#2654](https://github.com/atuinsh/atuin/issues/2654)) - Allow -ve values for timezone ([#2609](https://github.com/atuinsh/atuin/issues/2609)) +- Fish up binding bug ([#2677](https://github.com/atuinsh/atuin/issues/2677)) ### Documentation @@ -42,6 +45,7 @@ All notable changes to this project will be documented in this file. - Use readline binding for ctrl-a when it is not the prefix ([#2626](https://github.com/atuinsh/atuin/issues/2626)) - Option to include duplicate commands when printing history commands ([#2407](https://github.com/atuinsh/atuin/issues/2407)) - Binaries as subcommands ([#2661](https://github.com/atuinsh/atuin/issues/2661)) +- Support storing, syncing and executing scripts ([#2644](https://github.com/atuinsh/atuin/issues/2644)) ### Miscellaneous Tasks @@ -52,6 +56,7 @@ All notable changes to this project will be documented in this file. - Migrate to rust 2024 ([#2635](https://github.com/atuinsh/atuin/issues/2635)) - Show host and user in inspector ([#2634](https://github.com/atuinsh/atuin/issues/2634)) - Update to rust 1.85.1 ([#2642](https://github.com/atuinsh/atuin/issues/2642)) +- Update to rust 1.86 ([#2666](https://github.com/atuinsh/atuin/issues/2666)) ### Performance @@ -595,7 +600,7 @@ All notable changes to this project will be documented in this file. - *(install)* Discord broken link - *(shell)* Respect ZSH's $ZDOTDIR environment variable ([#1441](https://github.com/atuinsh/atuin/issues/1441)) - *(stats)* Don't require all fields under [stats] ([#1437](https://github.com/atuinsh/atuin/issues/1437)) -- *(stats)* Time now_local not working +- *(stats)* Time now_local not working - *(zsh)* Zsh_autosuggest_strategy for no-unset environment ([#1486](https://github.com/atuinsh/atuin/issues/1486)) diff --git a/Cargo.lock b/Cargo.lock index 2488776b..1bb722c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atuin" -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" dependencies = [ "arboard", "async-trait", @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" dependencies = [ "async-trait", "atuin-common", @@ -323,7 +323,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" dependencies = [ "base64 0.22.1", "directories", @@ -343,7 +343,7 @@ dependencies = [ [[package]] name = "atuin-daemon" -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" dependencies = [ "atuin-client", "atuin-dotfiles", @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "atuin-dotfiles" -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" dependencies = [ "atuin-client", "atuin-common", @@ -384,7 +384,7 @@ dependencies = [ [[package]] name = "atuin-history" -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" dependencies = [ "atuin-client", "crossterm", @@ -397,7 +397,7 @@ dependencies = [ [[package]] name = "atuin-scripts" -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" dependencies = [ "atuin-client", "atuin-common", @@ -419,7 +419,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" dependencies = [ "argon2", "async-trait", @@ -448,7 +448,7 @@ dependencies = [ [[package]] name = "atuin-server-database" -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" dependencies = [ "async-trait", "atuin-common", @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "atuin-server-postgres" -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" dependencies = [ "async-trait", "atuin-common", diff --git a/Cargo.toml b/Cargo.toml index 8a3896e9..7e58edef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" exclude = ["ui/backend"] [workspace.package] -version = "18.5.0-beta.2" +version = "18.5.0-beta.3" authors = ["Ellie Huxtable "] rust-version = "1.86" license = "MIT" diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index a4f2fb24..37b7d200 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.5.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index b8037145..6739550d 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.5.0-beta.2" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.2" } -atuin-history = { path = "../atuin-history", version = "18.5.0-beta.2" } +atuin-client = { path = "../atuin-client", version = "18.5.0-beta.3" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.3" } +atuin-history = { path = "../atuin-history", version = "18.5.0-beta.3" } time = { workspace = true } uuid = { workspace = true } diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 19aa790b..d86b4b64 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.5.0-beta.2" } -atuin-client = { path = "../atuin-client", version = "18.5.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" } +atuin-client = { path = "../atuin-client", version = "18.5.0-beta.3" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index faebb842..216e243e 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.5.0-beta.2" } +atuin-client = { path = "../atuin-client", version = "18.5.0-beta.3" } time = { workspace = true } serde = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index 20265f18..917b0f5d 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.5.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index c4345153..0f667c8e 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.5.0-beta.2" } -atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" } +atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.3" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index fe141cd2..085b96de 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.5.0-beta.2" } -atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" } +atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.3" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 881dc659..e653ecfa 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -42,14 +42,14 @@ clipboard = ["arboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.5.0-beta.2", optional = true } -atuin-server = { path = "../atuin-server", version = "18.5.0-beta.2", optional = true } -atuin-client = { path = "../atuin-client", version = "18.5.0-beta.2", optional = true, default-features = false } -atuin-common = { path = "../atuin-common", version = "18.5.0-beta.2" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.2" } -atuin-history = { path = "../atuin-history", version = "18.5.0-beta.2" } -atuin-daemon = { path = "../atuin-daemon", version = "18.5.0-beta.2", optional = true, default-features = false } -atuin-scripts = { path = "../atuin-scripts", version = "18.5.0-beta.2" } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.5.0-beta.3", optional = true } +atuin-server = { path = "../atuin-server", version = "18.5.0-beta.3", optional = true } +atuin-client = { path = "../atuin-client", version = "18.5.0-beta.3", optional = true, default-features = false } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.3" } +atuin-history = { path = "../atuin-history", version = "18.5.0-beta.3" } +atuin-daemon = { path = "../atuin-daemon", version = "18.5.0-beta.3", optional = true, default-features = false } +atuin-scripts = { path = "../atuin-scripts", version = "18.5.0-beta.3" } log = { workspace = true } time = { workspace = true } -- cgit v1.3.1