diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-03-11 18:16:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-11 18:16:19 +0000 |
| commit | 8274e727cb0428420e0ceb823243156be7c3a51d (patch) | |
| tree | 003a2a83ee475128a2ffbfba1b91e41a8a843934 /crates | |
| parent | fixes #2603: support fish plugin in install script (#2604) (diff) | |
| download | atuin-8274e727cb0428420e0ceb823243156be7c3a51d.zip | |
chore(release): prepare for release 18.5.0-beta.1 (#2622)
* chore(release): prepare for release 18.5.0-beta.1
* no codespell on contributors
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 6 | ||||
| -rw-r--r-- | crates/atuin-dotfiles/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-server-database/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-server-postgres/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-server/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin/Cargo.toml | 14 |
8 files changed, 19 insertions, 19 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 56d1e6d2..cd32cc4b 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" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 9b21aa58..ad204fe1 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" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0" } -atuin-history = { path = "../atuin-history", version = "18.4.0" } +atuin-client = { path = "../atuin-client", version = "18.5.0-beta.1" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.1" } +atuin-history = { path = "../atuin-history", version = "18.5.0-beta.1" } time = { workspace = true } uuid = { workspace = true } diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index a2f255e6..6728eddf 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" } -atuin-client = { path = "../atuin-client", version = "18.4.0" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" } +atuin-client = { path = "../atuin-client", version = "18.5.0-beta.1" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 925f6e14..06039c5a 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.4.0" } +atuin-client = { path = "../atuin-client", version = "18.5.0-beta.1" } time = { workspace = true } serde = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index 3aca9eab..aab0627d 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" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index 8fe59d39..c72acb1c 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" } -atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.1" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index 8de87f2f..c7099b96 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" } -atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.1" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 0dcf135a..95308df6 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", 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 } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.5.0-beta.1", optional = true } +atuin-server = { path = "../atuin-server", version = "18.5.0-beta.1", optional = true } +atuin-client = { path = "../atuin-client", version = "18.5.0-beta.1", optional = true, default-features = false } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.1" } +atuin-history = { path = "../atuin-history", version = "18.5.0-beta.1" } +atuin-daemon = { path = "../atuin-daemon", version = "18.5.0-beta.1", optional = true, default-features = false } log = { workspace = true } time = { workspace = true } |
