diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-10 14:42:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 14:42:32 +0100 |
| commit | 9be49e434e549d6b13928b530139b66fef6171f1 (patch) | |
| tree | d501f4808580e7994e463c1bf4e7b5aa85774724 /crates/atuin-daemon | |
| parent | chore: show scope in changelog (#2102) (diff) | |
| download | atuin-9be49e434e549d6b13928b530139b66fef6171f1.zip | |
chore(release): prepare for release v18.3.0 (#2105)
* chore(release): prepare for release v18.3.0
* build full release
* Revert "build full release"
This reverts commit 65e7718b51927ca6cb03a411cce781b81cb64eaa.
Diffstat (limited to 'crates/atuin-daemon')
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 48b3a71d..06eb4428 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "atuin-daemon" edition = "2021" -version = "0.1.0" +version = "0.2.0" authors.workspace = true rust-version.workspace = true license.workspace = true @@ -12,9 +12,9 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.2.0" } -atuin-history = { path = "../atuin-history", version = "0.1.0" } +atuin-client = { path = "../atuin-client", version = "18.3.0" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.3.0" } +atuin-history = { path = "../atuin-history", version = "0.2.0" } time = { workspace = true } uuid = { workspace = true } |
