chore(release): prepare for release 18.5.0 (#2685)

* chore(release): prepare for release 18.5.0

* update workflow ubuntu version

* revert because dist checks lol
This commit is contained in:
Ellie Huxtable 2025-04-08 17:05:12 +01:00 committed by GitHub
parent a62d27c5f1
commit 09fc76ed82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 32 additions and 31 deletions

View file

@ -19,7 +19,7 @@ daemon = []
check-update = []
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" }
atuin-common = { path = "../atuin-common", version = "18.5.0" }
log = { workspace = true }
base64 = { workspace = true }

View file

@ -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.3" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.3" }
atuin-history = { path = "../atuin-history", version = "18.5.0-beta.3" }
atuin-client = { path = "../atuin-client", version = "18.5.0" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0" }
atuin-history = { path = "../atuin-history", version = "18.5.0" }
time = { workspace = true }
uuid = { workspace = true }

View file

@ -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.3" }
atuin-client = { path = "../atuin-client", version = "18.5.0-beta.3" }
atuin-common = { path = "../atuin-common", version = "18.5.0" }
atuin-client = { path = "../atuin-client", version = "18.5.0" }
eyre = { workspace = true }
tokio = { workspace = true }

View file

@ -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.3" }
atuin-client = { path = "../atuin-client", version = "18.5.0" }
time = { workspace = true }
serde = { workspace = true }

View file

@ -10,7 +10,7 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" }
atuin-common = { path = "../atuin-common", version = "18.5.0" }
tracing = { workspace = true }
time = { workspace = true }

View file

@ -10,8 +10,8 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" }
atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.3" }
atuin-common = { path = "../atuin-common", version = "18.5.0" }
atuin-server-database = { path = "../atuin-server-database", version = "18.5.0" }
eyre = { workspace = true }
tracing = { workspace = true }

View file

@ -11,8 +11,8 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" }
atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.3" }
atuin-common = { path = "../atuin-common", version = "18.5.0" }
atuin-server-database = { path = "../atuin-server-database", version = "18.5.0" }
tracing = { workspace = true }
time = { workspace = true }

View file

@ -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.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" }
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.5.0", optional = true }
atuin-server = { path = "../atuin-server", version = "18.5.0", optional = true }
atuin-client = { path = "../atuin-client", version = "18.5.0", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.5.0" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0" }
atuin-history = { path = "../atuin-history", version = "18.5.0" }
atuin-daemon = { path = "../atuin-daemon", version = "18.5.0", optional = true, default-features = false }
atuin-scripts = { path = "../atuin-scripts", version = "18.5.0" }
log = { workspace = true }
time = { workspace = true }