Skip to content

Commit d19eba0

Browse files
committed
Prepare v0.2.6 release
1 parent 83c7d96 commit d19eba0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["backend", "crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.2.5" # NOTE - also update this in backend/Cargo.toml if not using `cargo workspaces`
6+
version = "0.2.6" # NOTE - also update this in backend/Cargo.toml if not using `cargo workspaces`
77
edition = "2021"
88
99

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "atuin-desktop"
33
description = "Atuin Desktop"
44
publish = false
55
workspace = ".."
6-
version = "0.2.5" # duplicated here as CN CLI can't handle workspace version
6+
version = "0.2.6" # duplicated here as CN CLI can't handle workspace version
77
edition.workspace = true
88

99
[lints.clippy]

0 commit comments

Comments
 (0)