diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-02-11 15:08:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-11 15:08:49 -0800 |
| commit | 42dd242541d1db21c676e213a98d50ee74bd553d (patch) | |
| tree | 68f7e5ea3699de134b5b65fdfa39fa198f9e48b1 /crates | |
| parent | feat: Add original-input-empty keybind condition (#3171) (diff) | |
| download | atuin-42dd242541d1db21c676e213a98d50ee74bd553d.zip | |
chore(release): prepare for release 18.12.1 (#3172)
<!-- 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.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 6 | ||||
| -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-server/Cargo.toml | 8 | ||||
| -rw-r--r-- | crates/atuin/Cargo.toml | 20 |
11 files changed, 30 insertions, 30 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index f686960a..54749c8a 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -19,7 +19,7 @@ daemon = [] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "18.12.0" } +atuin-common = { path = "../atuin-common", version = "18.12.1" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index d75be222..9adbe5e8 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -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.12.0" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.12.0" } -atuin-history = { path = "../atuin-history", version = "18.12.0" } +atuin-client = { path = "../atuin-client", version = "18.12.1" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.12.1" } +atuin-history = { path = "../atuin-history", version = "18.12.1" } time = { workspace = true } uuid = { workspace = true } diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 827a1dd3..7bb986da 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.12.0" } -atuin-client = { path = "../atuin-client", version = "18.12.0" } +atuin-common = { path = "../atuin-common", version = "18.12.1" } +atuin-client = { path = "../atuin-client", version = "18.12.1" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 4a22f9db..6d844cd1 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.12.0" } +atuin-client = { path = "../atuin-client", version = "18.12.1" } time = { workspace = true } serde = { workspace = true } diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml index 9aba96ba..f3f17d6b 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.12.0" } -atuin-common = { path = "../atuin-common", version = "18.12.0" } +atuin-client = { path = "../atuin-client", version = "18.12.1" } +atuin-common = { path = "../atuin-common", version = "18.12.1" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml index 351f0ba6..a490bd17 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.12.0" } -atuin-common = { path = "../atuin-common", version = "18.12.0" } +atuin-client = { path = "../atuin-client", version = "18.12.1" } +atuin-common = { path = "../atuin-common", version = "18.12.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 5b8a914e..63ee7a16 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.12.0" } +atuin-common = { path = "../atuin-common", version = "18.12.1" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index 84d1b3d2..89d5cbf1 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.12.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.12.0" } +atuin-common = { path = "../atuin-common", version = "18.12.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.12.1" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml index 74f3dd1d..4032353a 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.12.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.12.0" } +atuin-common = { path = "../atuin-common", version = "18.12.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.12.1" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index 1bc337ba..bb47575a 100644 --- a/crates/atuin-server/Cargo.toml +++ b/crates/atuin-server/Cargo.toml @@ -19,10 +19,10 @@ name = "atuin-server" path = "src/bin/main.rs" [dependencies] -atuin-common = { path = "../atuin-common", version = "18.12.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.12.0" } -atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.12.0" } -atuin-server-sqlite = { path = "../atuin-server-sqlite", version = "18.12.0" } +atuin-common = { path = "../atuin-common", version = "18.12.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.12.1" } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.12.1" } +atuin-server-sqlite = { path = "../atuin-server-sqlite", version = "18.12.1" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 9a866b6b..1f3bf5a4 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -41,13 +41,13 @@ clipboard = ["arboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-client = { path = "../atuin-client", version = "18.12.0", optional = true, default-features = false } -atuin-common = { path = "../atuin-common", version = "18.12.0" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.12.0" } -atuin-history = { path = "../atuin-history", version = "18.12.0" } -atuin-daemon = { path = "../atuin-daemon", version = "18.12.0", optional = true, default-features = false } -atuin-scripts = { path = "../atuin-scripts", version = "18.12.0" } -atuin-kv = { path = "../atuin-kv", version = "18.12.0" } +atuin-client = { path = "../atuin-client", version = "18.12.1", optional = true, default-features = false } +atuin-common = { path = "../atuin-common", version = "18.12.1" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.12.1" } +atuin-history = { path = "../atuin-history", version = "18.12.1" } +atuin-daemon = { path = "../atuin-daemon", version = "18.12.1", optional = true, default-features = false } +atuin-scripts = { path = "../atuin-scripts", version = "18.12.1" } +atuin-kv = { path = "../atuin-kv", version = "18.12.1" } log = { workspace = true } time = { workspace = true } @@ -96,6 +96,6 @@ tracing-tree = "0.4" # Integration tests in tests/ spin up a test server to verify sync functionality. # TODO: Consider moving these tests to atuin-server crate instead (client would become a dev dep there) -atuin-server = { path = "../atuin-server", version = "18.12.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.12.0" } -atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.12.0" } +atuin-server = { path = "../atuin-server", version = "18.12.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.12.1" } +atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.12.1" } |
