Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Aug 30, 2021
1 parent 678d9f8 commit ac76409
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.3.2 (2021-08-30)
- Fix build error when `tomb` feature is not set

## 0.3.1 (2021-08-30)
- Fix `--gpg-tty` not prompting in tty if `GPG_TTY` was not set
- Update dependencies
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ See a list of compatible `pass` clients [here][pass-compatible-clients].
```
$ prs help
prs-cli 0.3.1
prs-cli 0.3.2
Tim Visee <[email protected]>
Secure, fast & convenient password manager CLI with GPG & git sync
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prs-cli"
version = "0.3.1"
version = "0.3.2"
authors = ["Tim Visee <[email protected]>"]
license = "GPL-3.0"
readme = "../README.md"
Expand Down Expand Up @@ -66,7 +66,7 @@ derive_builder = "0.10"
edit = "0.1"
lazy_static = "1.4"
libc = "0.2"
prs-lib = { version = "0.3.1", path = "../lib", default-features = false }
prs-lib = { version = "0.3.2", path = "../lib", default-features = false }
rand = "0.8"
text_trees = "0.1"
thiserror = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions gtk3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prs-gtk3"
version = "0.3.1"
version = "0.3.2"
authors = ["Tim Visee <[email protected]>"]
license = "GPL-3.0"
readme = "../README.md"
Expand Down Expand Up @@ -43,7 +43,7 @@ gdk = "0.14"
gio = { version = "0.14", features = ["v2_58"] }
glib = "0.14"
gtk = { version = "0.14", features = ["v3_24"] }
prs-lib = { version = "0.3.1", path = "../lib", default-features = false }
prs-lib = { version = "0.3.2", path = "../lib", default-features = false }
thiserror = "1.0"

# Notification support
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prs-lib"
version = "0.3.1"
version = "0.3.2"
authors = ["Tim Visee <[email protected]>"]
license = "LGPL-3.0"
readme = "../README.md"
Expand Down

0 comments on commit ac76409

Please sign in to comment.