diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-04-01 18:17:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-01 18:17:38 +0100 |
| commit | 4e4fdb9f8e23299c841313639da5f037dd437cd5 (patch) | |
| tree | cb2c0880df14985c9edd45d8d7f0574ce1fd4726 /atuin-client | |
| parent | Vendor ratatui temporarily (#835) (diff) | |
| download | atuin-4e4fdb9f8e23299c841313639da5f037dd437cd5.zip | |
Release Atuin v14 (#836)
* Bump versions
* Write release notes
* add link
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 1fc5baf1..1eda2c29 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-client" -version = "13.0.1" +version = "14.0.0" authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] edition = "2018" license = "MIT" @@ -23,7 +23,7 @@ sync = [ ] [dependencies] -atuin-common = { path = "../atuin-common", version = "13.0.1" } +atuin-common = { path = "../atuin-common", version = "14.0.0" } log = "0.4" chrono = { version = "0.4", features = ["serde"] } |
