Skip to content

Commit

Permalink
chore(release): prepare for release 18.4.0-beta.5 (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Dec 5, 2024
1 parent 2654dc4 commit cb57053
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 30 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
- 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 cargo-dist ([#2471](https://github.com/atuinsh/atuin/issues/2471))


### Performance
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
exclude = ["ui/backend"]

[workspace.package]
version = "18.4.0-beta.4"
version = "18.4.0-beta.5"
authors = ["Ellie Huxtable <[email protected]>"]
rust-version = "1.82"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/atuin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ daemon = []
check-update = []

[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 }
base64 = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/atuin-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta.4" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.4" }
atuin-history = { path = "../atuin-history", 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.5" }
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" }

time = { workspace = true }
uuid = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/atuin-dotfiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta.4" }
atuin-client = { path = "../atuin-client", 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.5" }

eyre = { workspace = true }
tokio = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/atuin-history/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-client = { path = "../atuin-client", version = "18.4.0-beta.4" }
atuin-common = { path = "../atuin-common", 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.5" }

log = { workspace = true }
time = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/atuin-server-database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = { workspace = true }
repository = { workspace = true }

[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"
time = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/atuin-server-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ homepage = { workspace = true }
repository = { workspace = true }

[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }
atuin-server-database = { path = "../atuin-server-database", 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.5" }

eyre = { workspace = true }
tracing = "0.1"
Expand Down
4 changes: 2 additions & 2 deletions crates/atuin-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ homepage = { workspace = true }
repository = { workspace = true }

[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }
atuin-server-database = { path = "../atuin-server-database", 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.5" }

tracing = "0.1"
time = { workspace = true }
Expand Down
14 changes: 7 additions & 7 deletions crates/atuin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ clipboard = ["arboard"]
check-update = ["atuin-client/check-update"]

[dependencies]
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0-beta.4", optional = true }
atuin-server = { path = "../atuin-server", version = "18.4.0-beta.4", optional = true }
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.4" }
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.4" }
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.4", optional = true, default-features = false }
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.5", optional = true }
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.5" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" }
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" }
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.5", optional = true, default-features = false }

log = { workspace = true }
env_logger = "0.11.5"
Expand Down

0 comments on commit cb57053

Please sign in to comment.