Skip to content

Commit 697a052

Browse files
committed
Bump version to 0.2.4
1 parent fc90203 commit 697a052

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.4 (2021-03-15)
4+
- Fix error caused by unexpected output from `gpg` binary
5+
- Update dependencies
6+
37
## 0.2.3 (2021-03-04)
48
- Show tree style output for `list` command (this changes the default behaviour)
59
- Add `-l` flag to `list` command to output as plain file list

Cargo.lock

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ See a list of compatible `pass` clients [here][pass-compatible-clients].
520520
```
521521
$ prs help
522522
523-
prs-cli 0.2.3
523+
prs-cli 0.2.4
524524
Tim Visee <[email protected]>
525525
Secure, fast & convenient password manager CLI with GPG & git sync
526526

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prs-cli"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Tim Visee <[email protected]>"]
55
license = "GPL-3.0"
66
readme = "../README.md"
@@ -47,7 +47,7 @@ colored = "2.0"
4747
derive_builder = "0.9"
4848
edit = "0.1"
4949
libc = "0.2"
50-
prs-lib = { version = "0.2.3", path = "../lib", default-features = false }
50+
prs-lib = { version = "0.2.4", path = "../lib", default-features = false }
5151
rand = "0.8"
5252
text_trees = "0.1"
5353
thiserror = "1.0"

gtk3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prs-gtk3"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Tim Visee <[email protected]>"]
55
license = "GPL-3.0"
66
readme = "../README.md"
@@ -36,7 +36,7 @@ gdk = "^0"
3636
gio = { version = "^0", features = ["v2_44"] }
3737
glib = "^0"
3838
gtk = { version = "0.9.0", features = ["v3_16"] }
39-
prs-lib = { version = "0.2.3", path = "../lib", default-features = false }
39+
prs-lib = { version = "0.2.4", path = "../lib", default-features = false }
4040
thiserror = "1.0"
4141

4242
# Notification support

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prs-lib"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Tim Visee <[email protected]>"]
55
license = "LGPL-3.0"
66
readme = "../README.md"

0 commit comments

Comments
 (0)