Skip to content

Commit a82a3f0

Browse files
authored
chore(release): prepare for release 18.13.0-beta.2 (#3209)
<!-- 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 3ba4744 commit a82a3f0

File tree

14 files changed

+44
-44
lines changed

14 files changed

+44
-44
lines changed

Cargo.lock

Lines changed: 13 additions & 13 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.13.0-beta.1"
8+
version = "18.13.0-beta.2"
99
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
1010
rust-version = "1.93.1"
1111
license = "MIT"

crates/atuin-ai/Cargo.toml

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

1515
[dependencies]
16-
atuin-client = { path = "../atuin-client", version = "18.13.0-beta.1" }
17-
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" }
16+
atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2" }
17+
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" }
1818
tokio = { workspace = true }
1919
eyre = { workspace = true }
2020
clap = { workspace = true, features = ["derive", "env"] }

crates/atuin-client/Cargo.toml

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

2222
[dependencies]
23-
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" }
23+
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" }
2424

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

crates/atuin-daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ listenfd = "1.0.1"
4444

4545
[dev-dependencies]
4646
tempfile = { workspace = true }
47-
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" }
47+
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" }
4848

4949
[build-dependencies]
5050
protox = "0.9"

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.13.0-beta.1" }
18-
atuin-client = { path = "../atuin-client", version = "18.13.0-beta.1" }
17+
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" }
18+
atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2" }
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.13.0-beta.1" }
17+
atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2" }
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.13.0-beta.1" }
18-
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" }
17+
atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2" }
18+
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" }
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.13.0-beta.1" }
18-
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.1" }
17+
atuin-client = { path = "../atuin-client", version = "18.13.0-beta.2" }
18+
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" }
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.13.0-beta.1" }
13+
atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" }
1414

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

0 commit comments

Comments
 (0)