aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-dotfiles
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-10 14:42:32 +0100
committerGitHub <noreply@github.com>2024-06-10 14:42:32 +0100
commit9be49e434e549d6b13928b530139b66fef6171f1 (patch)
treed501f4808580e7994e463c1bf4e7b5aa85774724 /crates/atuin-dotfiles
parentchore: show scope in changelog (#2102) (diff)
downloadatuin-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-dotfiles')
-rw-r--r--crates/atuin-dotfiles/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml
index ac93e9bf..388cb84b 100644
--- a/crates/atuin-dotfiles/Cargo.toml
+++ b/crates/atuin-dotfiles/Cargo.toml
@@ -2,7 +2,7 @@
name = "atuin-dotfiles"
description = "The dotfiles crate for Atuin"
edition = "2021"
-version = "0.2.0" # intentionally not the same as the rest
+version = "0.3.0" # intentionally not the same as the rest
authors.workspace = true
rust-version.workspace = true
@@ -14,8 +14,8 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" }
-atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1" }
+atuin-common = { path = "../atuin-common", version = "18.3.0" }
+atuin-client = { path = "../atuin-client", version = "18.3.0" }
eyre = { workspace = true }
tokio = { workspace = true }