diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-16 14:31:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 14:31:20 -0700 |
| commit | 1b4eb4901d256637c75849f0e4f82e476934b922 (patch) | |
| tree | 0b3008613eaad8cf5b2fe645de680e9488c849e8 /crates/atuin-server-database | |
| parent | fix: Tab doesn't insert suggested command (#3420) (diff) | |
| download | atuin-1b4eb4901d256637c75849f0e4f82e476934b922.zip | |
chore(release): prepare for release 18.15.2 (#3421)
## 18.15.2
### Bug Fixes
- Tab doesn't insert suggested command
([#3420](https://github.com/atuinsh/atuin/issues/3420))
Diffstat (limited to 'crates/atuin-server-database')
| -rw-r--r-- | crates/atuin-server-database/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index 3733f9dd..1d723799 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.15.1" } +atuin-common = { path = "../atuin-common", version = "18.15.2" } tracing = { workspace = true } time = { workspace = true } |
