diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-03-13 11:56:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-13 11:56:43 -0700 |
| commit | 20026023e0c7e4449bd115365f35fceefbd9f789 (patch) | |
| tree | 41f007c5ff353116d1f82eaa387f0455996ae35b /crates | |
| parent | chore(release): update dist, remove custom runners (diff) | |
| download | atuin-20026023e0c7e4449bd115365f35fceefbd9f789.zip | |
chore(release): prepare for release 18.13.1 (#3263)
We were using buildjet as our runners previously, but it looks like they
have gone under. Luckily, GitHub now provides the arm runners we need
## 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
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-dotfiles/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-kv/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-scripts/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-server-database/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-server-postgres/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-server-sqlite/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin/Cargo.toml | 8 |
10 files changed, 18 insertions, 18 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index bfd134cf..421020e0 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -20,7 +20,7 @@ daemon = [] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.0" } +atuin-common = { path = "../atuin-common", version = "18.13.1" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index a0eb7468..ab39aafa 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -46,7 +46,7 @@ listenfd = "1.0.1" [dev-dependencies] tempfile = { workspace = true } -atuin-common = { path = "../atuin-common", version = "18.13.0" } +atuin-common = { path = "../atuin-common", version = "18.13.1" } [build-dependencies] protox = "0.9" diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 3e71d9e6..3d64201c 100644 --- a/crates/atuin-dotfiles/Cargo.toml +++ b/crates/atuin-dotfiles/Cargo.toml @@ -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.13.0" } -atuin-client = { path = "../atuin-client", version = "18.13.0" } +atuin-common = { path = "../atuin-common", version = "18.13.1" } +atuin-client = { path = "../atuin-client", version = "18.13.1" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index f50113d3..47e8313f 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -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.13.0" } +atuin-client = { path = "../atuin-client", version = "18.13.1" } time = { workspace = true } serde = { workspace = true } diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml index cba42cf8..444c4771 100644 --- a/crates/atuin-kv/Cargo.toml +++ b/crates/atuin-kv/Cargo.toml @@ -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.13.0" } -atuin-common = { path = "../atuin-common", version = "18.13.0" } +atuin-client = { path = "../atuin-client", version = "18.13.1" } +atuin-common = { path = "../atuin-common", version = "18.13.1" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml index b42b1dee..65707104 100644 --- a/crates/atuin-scripts/Cargo.toml +++ b/crates/atuin-scripts/Cargo.toml @@ -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.13.0" } -atuin-common = { path = "../atuin-common", version = "18.13.0" } +atuin-client = { path = "../atuin-client", version = "18.13.1" } +atuin-common = { path = "../atuin-common", version = "18.13.1" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index 676f29b4..84863ceb 100644 --- a/crates/atuin-server-database/Cargo.toml +++ b/crates/atuin-server-database/Cargo.toml @@ -10,7 +10,7 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.0" } +atuin-common = { path = "../atuin-common", version = "18.13.1" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index cb2b8b9f..60ce0ac9 100644 --- a/crates/atuin-server-postgres/Cargo.toml +++ b/crates/atuin-server-postgres/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.0" } +atuin-common = { path = "../atuin-common", version = "18.13.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.13.1" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml index dcd1e0cd..4e8f1a3e 100644 --- a/crates/atuin-server-sqlite/Cargo.toml +++ b/crates/atuin-server-sqlite/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.0" } +atuin-common = { path = "../atuin-common", version = "18.13.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.13.1" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 21b584f1..359a59c7 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -43,13 +43,13 @@ clipboard = ["arboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-ai = { path = "../atuin-ai", version = "18.13.0", optional = true, default-features = false } -atuin-client = { path = "../atuin-client", version = "18.13.0", optional = true, default-features = false } +atuin-ai = { path = "../atuin-ai", version = "18.13.1", optional = true, default-features = false } +atuin-client = { path = "../atuin-client", version = "18.13.1", optional = true, default-features = false } atuin-common = { workspace = true } atuin-dotfiles = { workspace = true } atuin-history = { workspace = true } -atuin-daemon = { path = "../atuin-daemon", version = "18.13.0", optional = true, default-features = false } -atuin-hex = { path = "../atuin-hex", version = "18.13.0", optional = true, default-features = false } +atuin-daemon = { path = "../atuin-daemon", version = "18.13.1", optional = true, default-features = false } +atuin-hex = { path = "../atuin-hex", version = "18.13.1", optional = true, default-features = false } atuin-scripts = { workspace = true } atuin-kv = { workspace = true } |
