aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-03-16 17:51:05 -0700
committerGitHub <noreply@github.com>2026-03-16 17:51:05 -0700
commitf906384a04904a760a7e42eb3e842fe1914f92f0 (patch)
treecf74943320c4cf4f4aae1d5ae5d0a9d89e07b8e9 /crates
parentchore: vendor nucleo-ext + fork, so we can depend on our changes properly (#3... (diff)
parentchore: update changelog (diff)
downloadatuin-f906384a04904a760a7e42eb3e842fe1914f92f0.zip
chore(release): prepare for release 18.13.3 (#3285)
<!-- 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
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin-client/Cargo.toml2
-rw-r--r--crates/atuin-daemon/Cargo.toml8
-rw-r--r--crates/atuin-dotfiles/Cargo.toml4
-rw-r--r--crates/atuin-history/Cargo.toml2
-rw-r--r--crates/atuin-kv/Cargo.toml4
-rw-r--r--crates/atuin-scripts/Cargo.toml4
-rw-r--r--crates/atuin-server-database/Cargo.toml2
-rw-r--r--crates/atuin-server-postgres/Cargo.toml4
-rw-r--r--crates/atuin-server-sqlite/Cargo.toml4
-rw-r--r--crates/atuin/Cargo.toml8
10 files changed, 21 insertions, 21 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml
index c4f5679c..1e58dd8c 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.2" }
+atuin-common = { path = "../atuin-common", version = "18.13.3" }
log = { workspace = true }
base64 = { workspace = true }
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index dd92df8b..8f2ca9c0 100644
--- a/crates/atuin-daemon/Cargo.toml
+++ b/crates/atuin-daemon/Cargo.toml
@@ -14,10 +14,10 @@ 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.2" }
-atuin-common = { path = "../atuin-common", version = "18.13.2" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.2" }
-atuin-history = { path = "../atuin-history", version = "18.13.2" }
+atuin-client = { path = "../atuin-client", version = "18.13.3" }
+atuin-common = { path = "../atuin-common", version = "18.13.3" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.3" }
+atuin-history = { path = "../atuin-history", version = "18.13.3" }
time = { workspace = true }
uuid = { workspace = true }
diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml
index 3f3ae2d0..a20c7217 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.2" }
-atuin-client = { path = "../atuin-client", version = "18.13.2" }
+atuin-common = { path = "../atuin-common", version = "18.13.3" }
+atuin-client = { path = "../atuin-client", version = "18.13.3" }
eyre = { workspace = true }
tokio = { workspace = true }
diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml
index 3bd3a100..2b529661 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.2" }
+atuin-client = { path = "../atuin-client", version = "18.13.3" }
time = { workspace = true }
serde = { workspace = true }
diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml
index d72a3343..dd359e96 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.2" }
-atuin-common = { path = "../atuin-common", version = "18.13.2" }
+atuin-client = { path = "../atuin-client", version = "18.13.3" }
+atuin-common = { path = "../atuin-common", version = "18.13.3" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml
index f8294b79..753848bd 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.2" }
-atuin-common = { path = "../atuin-common", version = "18.13.2" }
+atuin-client = { path = "../atuin-client", version = "18.13.3" }
+atuin-common = { path = "../atuin-common", version = "18.13.3" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml
index 61c86a49..fba5428f 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.2" }
+atuin-common = { path = "../atuin-common", version = "18.13.3" }
tracing = { workspace = true }
time = { workspace = true }
diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml
index 35be92ac..414adb6a 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.2" }
-atuin-server-database = { path = "../atuin-server-database", version = "18.13.2" }
+atuin-common = { path = "../atuin-common", version = "18.13.3" }
+atuin-server-database = { path = "../atuin-server-database", version = "18.13.3" }
eyre = { workspace = true }
tracing = { workspace = true }
diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml
index a0776746..1a719f5f 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.2" }
-atuin-server-database = { path = "../atuin-server-database", version = "18.13.2" }
+atuin-common = { path = "../atuin-common", version = "18.13.3" }
+atuin-server-database = { path = "../atuin-server-database", version = "18.13.3" }
eyre = { workspace = true }
tracing = { workspace = true }
diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml
index 6f06c648..b7950faa 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.2", optional = true, default-features = false }
-atuin-client = { path = "../atuin-client", version = "18.13.2", optional = true, default-features = false }
+atuin-ai = { path = "../atuin-ai", version = "18.13.3", optional = true, default-features = false }
+atuin-client = { path = "../atuin-client", version = "18.13.3", 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.2", optional = true, default-features = false }
-atuin-hex = { path = "../atuin-hex", version = "18.13.2", optional = true, default-features = false }
+atuin-daemon = { path = "../atuin-daemon", version = "18.13.3", optional = true, default-features = false }
+atuin-hex = { path = "../atuin-hex", version = "18.13.3", optional = true, default-features = false }
atuin-scripts = { workspace = true }
atuin-kv = { workspace = true }