aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server-database/Cargo.toml (follow)
Commit message (Collapse)AuthorAge
* Release v17.0.1 (#1354)Ellie Huxtable2023-10-28
|
* Prepare release v17.0.0 (#1327)Ellie Huxtable2023-10-25
|
* replace chrono with time (#806)Conrad Ludgate2023-09-11
| | | | | | | | | * replace chrono with time * Fix test chrono usage --------- Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* Prepare release v16.0.0 (#1143)Ellie Huxtable2023-08-07
| | | | | | | | | * Prepare release v16.0.0 * Remove debug output * Fix kv dupes if the store already exists * Add limit in frontend as well as sync backend
* refactor server to allow pluggable db and tracing (#1036)Conrad Ludgate2023-06-12
* refactor server to allow pluggable db and tracing * clean up * fix descriptions * remove dependencies