chore(release): prepare for release 18.4.0-beta.5 (#2472)

This commit is contained in:
Ellie Huxtable 2024-12-05 23:24:04 +00:00 committed by GitHub
parent 2654dc4391
commit cb57053919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 31 additions and 30 deletions

View File

@ -111,6 +111,7 @@ All notable changes to this project will be documented in this file.
- Update rust to `1.80.1` ([#2362](https://github.com/atuinsh/atuin/issues/2362)) - Update rust to `1.80.1` ([#2362](https://github.com/atuinsh/atuin/issues/2362))
- Enable inline height and compact by default ([#2249](https://github.com/atuinsh/atuin/issues/2249)) - Enable inline height and compact by default ([#2249](https://github.com/atuinsh/atuin/issues/2249))
- Update to rust 1.82 ([#2432](https://github.com/atuinsh/atuin/issues/2432)) - Update to rust 1.82 ([#2432](https://github.com/atuinsh/atuin/issues/2432))
- Update cargo-dist ([#2471](https://github.com/atuinsh/atuin/issues/2471))
### Performance ### Performance

18
Cargo.lock generated
View File

@ -220,7 +220,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]] [[package]]
name = "atuin" name = "atuin"
version = "18.4.0-beta.4" version = "18.4.0-beta.5"
dependencies = [ dependencies = [
"arboard", "arboard",
"async-trait", "async-trait",
@ -270,7 +270,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-client" name = "atuin-client"
version = "18.4.0-beta.4" version = "18.4.0-beta.5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"atuin-common", "atuin-common",
@ -325,7 +325,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-common" name = "atuin-common"
version = "18.4.0-beta.4" version = "18.4.0-beta.5"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"directories", "directories",
@ -346,7 +346,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-daemon" name = "atuin-daemon"
version = "18.4.0-beta.4" version = "18.4.0-beta.5"
dependencies = [ dependencies = [
"atuin-client", "atuin-client",
"atuin-dotfiles", "atuin-dotfiles",
@ -373,7 +373,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-dotfiles" name = "atuin-dotfiles"
version = "18.4.0-beta.4" version = "18.4.0-beta.5"
dependencies = [ dependencies = [
"atuin-client", "atuin-client",
"atuin-common", "atuin-common",
@ -387,7 +387,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-history" name = "atuin-history"
version = "18.4.0-beta.4" version = "18.4.0-beta.5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"atuin-client", "atuin-client",
@ -420,7 +420,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-server" name = "atuin-server"
version = "18.4.0-beta.4" version = "18.4.0-beta.5"
dependencies = [ dependencies = [
"argon2", "argon2",
"async-trait", "async-trait",
@ -452,7 +452,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-server-database" name = "atuin-server-database"
version = "18.4.0-beta.4" version = "18.4.0-beta.5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"atuin-common", "atuin-common",
@ -465,7 +465,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-server-postgres" name = "atuin-server-postgres"
version = "18.4.0-beta.4" version = "18.4.0-beta.5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"atuin-common", "atuin-common",

View File

@ -5,7 +5,7 @@ resolver = "2"
exclude = ["ui/backend"] exclude = ["ui/backend"]
[workspace.package] [workspace.package]
version = "18.4.0-beta.4" version = "18.4.0-beta.5"
authors = ["Ellie Huxtable <ellie@atuin.sh>"] authors = ["Ellie Huxtable <ellie@atuin.sh>"]
rust-version = "1.82" rust-version = "1.82"
license = "MIT" license = "MIT"

View File

@ -19,7 +19,7 @@ daemon = []
check-update = [] check-update = []
[dependencies] [dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" } atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
log = { workspace = true } log = { workspace = true }
base64 = { 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4" } atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.4" } atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" }
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.4" } atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" }
time = { workspace = true } time = { workspace = true }
uuid = { 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" } atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4" } atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" }
eyre = { workspace = true } eyre = { workspace = true }
tokio = { workspace = true } tokio = { 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4" } atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" } atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
log = { workspace = true } log = { workspace = true }
time = { workspace = true } time = { workspace = true }

View File

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

View File

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

View File

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

View File

@ -42,13 +42,13 @@ clipboard = ["arboard"]
check-update = ["atuin-client/check-update"] check-update = ["atuin-client/check-update"]
[dependencies] [dependencies]
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0-beta.4", optional = true } 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.4", 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.4", optional = true, default-features = false } 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.4" } atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.4" } atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" }
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.4" } atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" }
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.4", optional = true, default-features = false } atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.5", optional = true, default-features = false }
log = { workspace = true } log = { workspace = true }
env_logger = "0.11.5" env_logger = "0.11.5"