diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-05 14:56:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-05 14:56:10 +0100 |
| commit | c102851e29d93d86481509337f54fa905d5f64ea (patch) | |
| tree | dc25d60ccc8c7b99c35de5286861816b2c4796c8 /crates | |
| parent | chore: switch to cargo dist for releases (#2085) (diff) | |
| download | atuin-c102851e29d93d86481509337f54fa905d5f64ea.zip | |
chore(release): v18.3.0-prerelease.1 (#2090)
* chore(release): v18.3.0-prerelease.1
* update contributors
* changelog, plan only on prs
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-dotfiles/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 4 | ||||
| -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 | 8 |
8 files changed, 15 insertions, 15 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index b03393f1..260c04f2 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.2.0" } +atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index e4c4779b..48b3a71d 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -12,7 +12,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.0.1" } +atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1" } atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.2.0" } atuin-history = { path = "../atuin-history", version = "0.1.0" } diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 8eb57d0d..ac93e9bf 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.2.0" } -atuin-client = { path = "../atuin-client", version = "18.2.0" } +atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" } +atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 0927230c..7863b220 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -13,8 +13,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.2.0" } -atuin-common = { path = "../atuin-common", version = "18.2.0" } +atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1" } +atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" } log = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index ffd29b8d..1e6ce7bf 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.2.0" } +atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" } tracing = "0.1" time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index 2345b39d..4c9af1ba 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.2.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.2.0" } +atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.3.0-prerelease.1" } eyre = { workspace = true } tracing = "0.1" diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index 7311b58e..1e7388ad 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.2.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.2.0" } +atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.3.0-prerelease.1" } tracing = "0.1" time = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index fbd6ebb3..1f01a787 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -42,10 +42,10 @@ clipboard = ["cli-clipboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.2.0", optional = true } -atuin-server = { path = "../atuin-server", version = "18.2.0", optional = true } -atuin-client = { path = "../atuin-client", version = "18.2.0", optional = true, default-features = false } -atuin-common = { path = "../atuin-common", version = "18.2.0" } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.3.0-prerelease.1", optional = true } +atuin-server = { path = "../atuin-server", version = "18.3.0-prerelease.1", optional = true } +atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1", optional = true, default-features = false } +atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" } atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.2.0" } atuin-history = { path = "../atuin-history", version = "0.1.0" } atuin-daemon = { path = "../atuin-daemon", version = "0.1.0" } |
