diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-16 15:19:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 15:19:33 +0100 |
| commit | 0e7f9b29d25185e218de642c690d82ce4c4672f3 (patch) | |
| tree | 407d4be5223db9fec9faaebcc53379355468f2e5 /crates/atuin-server | |
| parent | fix(gui): terminal resize overflow (#2285) (diff) | |
| download | atuin-0e7f9b29d25185e218de642c690d82ce4c4672f3.zip | |
chore(release): prepare for release v18.4.0-beta.2 (#2287)
* feat(gui): add runbook list, ability to create and delete, sql storage (#2282)
* wip
* saving works :))
* functioning delete button
* persist selection properly
* update contributors
* update changelog
Diffstat (limited to 'crates/atuin-server')
| -rw-r--r-- | crates/atuin-server/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index 3bd08f7f..2b8b9b53 100644 --- a/crates/atuin-server/Cargo.toml +++ b/crates/atuin-server/Cargo.toml @@ -11,8 +11,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" } +atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.2" } tracing = "0.1" time = { workspace = true } |
