Skip to content

Commit 37e2571

Browse files
authored
chore(release): prepare for release 18.10.0 (#2962)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing
1 parent 0042d18 commit 37e2571

File tree

13 files changed

+42
-42
lines changed

13 files changed

+42
-42
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
exclude = ["ui/backend"]
66

77
[workspace.package]
8-
version = "18.9.0"
8+
version = "18.10.0"
99
authors = ["Ellie Huxtable <[email protected]>"]
1010
rust-version = "1.90"
1111
license = "MIT"

crates/atuin-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ daemon = []
1919
check-update = []
2020

2121
[dependencies]
22-
atuin-common = { path = "../atuin-common", version = "18.9.0" }
22+
atuin-common = { path = "../atuin-common", version = "18.10.0" }
2323

2424
log = { workspace = true }
2525
base64 = { workspace = true }

crates/atuin-daemon/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-client = { path = "../atuin-client", version = "18.9.0" }
18-
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.9.0" }
19-
atuin-history = { path = "../atuin-history", version = "18.9.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.10.0" }
18+
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.10.0" }
19+
atuin-history = { path = "../atuin-history", version = "18.10.0" }
2020

2121
time = { workspace = true }
2222
uuid = { workspace = true }

crates/atuin-dotfiles/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-common = { path = "../atuin-common", version = "18.9.0" }
18-
atuin-client = { path = "../atuin-client", version = "18.9.0" }
17+
atuin-common = { path = "../atuin-common", version = "18.10.0" }
18+
atuin-client = { path = "../atuin-client", version = "18.10.0" }
1919

2020
eyre = { workspace = true }
2121
tokio = { workspace = true }

crates/atuin-history/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-client = { path = "../atuin-client", version = "18.9.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.10.0" }
1818

1919
time = { workspace = true }
2020
serde = { workspace = true }

crates/atuin-kv/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-client = { path = "../atuin-client", version = "18.9.0" }
18-
atuin-common = { path = "../atuin-common", version = "18.9.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.10.0" }
18+
atuin-common = { path = "../atuin-common", version = "18.10.0" }
1919

2020
tracing = { workspace = true }
2121
tracing-subscriber = { workspace = true }

crates/atuin-scripts/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-client = { path = "../atuin-client", version = "18.9.0" }
18-
atuin-common = { path = "../atuin-common", version = "18.9.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.10.0" }
18+
atuin-common = { path = "../atuin-common", version = "18.10.0" }
1919

2020
tracing = { workspace = true }
2121
tracing-subscriber = { workspace = true }

crates/atuin-server-database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = { workspace = true }
1010
repository = { workspace = true }
1111

1212
[dependencies]
13-
atuin-common = { path = "../atuin-common", version = "18.9.0" }
13+
atuin-common = { path = "../atuin-common", version = "18.10.0" }
1414

1515
tracing = { workspace = true }
1616
time = { workspace = true }

crates/atuin-server-postgres/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ homepage = { workspace = true }
1010
repository = { workspace = true }
1111

1212
[dependencies]
13-
atuin-common = { path = "../atuin-common", version = "18.9.0" }
14-
atuin-server-database = { path = "../atuin-server-database", version = "18.9.0" }
13+
atuin-common = { path = "../atuin-common", version = "18.10.0" }
14+
atuin-server-database = { path = "../atuin-server-database", version = "18.10.0" }
1515

1616
eyre = { workspace = true }
1717
tracing = { workspace = true }

0 commit comments

Comments
 (0)