Skip to content

Commit a52fd3c

Browse files
Merge pull request #375 from cortex/release-0.7.0
bump version to 0.7.0
2 parents 6541c1d + d7fd7ad commit a52fd3c

4 files changed

Lines changed: 68 additions & 31 deletions

File tree

Cargo.lock

Lines changed: 63 additions & 26 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 @@ name = "ripasso"
33
description = "A password manager that uses the file format of the standard unix password manager 'pass'"
44
repository = "https://github.com/cortex/ripasso/"
55
keywords = ["password-manager", "pass"]
6-
version = "0.7.0-alpha"
6+
version = "0.7.0"
77
authors = ["Joakim Lundborg <joakim.lundborg@gmail.com>", "Alexander Kjäll <alexander.kjall@gmail.com>"]
88
license = "GPL-3.0-only"
99
edition = '2024'

cursive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A password manager that uses the file format of the standard unix
44
repository = "https://github.com/cortex/ripasso/"
55
keywords = ["password-manager", "pass"]
66
categories = ["command-line-utilities"]
7-
version = "0.7.0-alpha"
7+
version = "0.7.0"
88
authors = ["Joakim Lundborg <joakim.lundborg@gmail.com>", "Alexander Kjäll <alexander.kjall@gmail.com>"]
99
license = "GPL-3.0-only"
1010
edition = '2024'
@@ -13,7 +13,7 @@ build = "build.rs"
1313
[dependencies]
1414
cursive = { version = "0.21", default-features = false, features = ["toml", "crossterm-backend"]}
1515
arboard = { version = "3", features = ["wayland-data-control"]}
16-
ripasso = { path = "../", version = "0.7.0-alpha" }
16+
ripasso = { path = "../", version = "0.7.0" }
1717
locale_config = "0.3"
1818
unic-langid = "0.9"
1919
gettext = "0.4"

gtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "ripasso-gtk"
3-
version = "0.7.0-alpha"
3+
version = "0.7.0"
44
authors = ["Joakim Lundborg <joakim.lundborg@gmail.com>", "Alexander Kjäll <alexander.kjall@gmail.com>"]
55
edition = "2024"
66

77

88
[dependencies]
9-
ripasso = { path = "../", version = "0.7.0-alpha" }
9+
ripasso = { path = "../", version = "0.7.0" }
1010
gtk = { version = "0.9", package = "gtk4", features = ["v4_6"] }
1111
adw = { version = "0.7", package = "libadwaita" }
1212
glib = "0.20"

0 commit comments

Comments
 (0)