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-postgres | |
| 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-postgres')
| -rw-r--r-- | crates/atuin-server-postgres/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index 0d31ef6f..17e22f65 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.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" } eyre = { workspace = true } tracing = "0.1" |
