Skip to content

Commit

Permalink
Bump version to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Apr 30, 2021
1 parent fc78a4a commit b7141e6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.2.11 (2021-04-30)
- Fix panic when generating command completion script to file
(https://gitlab.com/timvisee/prs/-/issues/35)
- Update dependencies

## 0.2.10 (2021-04-29)
- Add `--no-sync` to prevent syncing and committing when making changes, this
keeps the store repository dirty
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.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ See a list of compatible `pass` clients [here][pass-compatible-clients].
```
$ prs help
prs-cli 0.2.10
prs-cli 0.2.11
Tim Visee <[email protected]>
Secure, fast & convenient password manager CLI with GPG & git sync
Expand All @@ -535,8 +535,8 @@ FLAGS:
-h, --help Prints help information
-I, --no-interact Not interactive, do not prompt
-q, --quiet Produce output suitable for logging and automation
-V, --version Prints version information
-v, --verbose Enable verbose information and logging
-V, --version Prints version information
-y, --yes Assume yes for prompts
SUBCOMMANDS:
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.2.10"
version = "0.2.11"
authors = ["Tim Visee <[email protected]>"]
license = "GPL-3.0"
readme = "../README.md"
Expand Down Expand Up @@ -48,7 +48,7 @@ colored = "2.0"
derive_builder = "0.10"
edit = "0.1"
libc = "0.2"
prs-lib = { version = "0.2.10", path = "../lib", default-features = false }
prs-lib = { version = "0.2.11", 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.2.10"
version = "0.2.11"
authors = ["Tim Visee <[email protected]>"]
license = "GPL-3.0"
readme = "../README.md"
Expand Down Expand Up @@ -36,7 +36,7 @@ gdk = "^0"
gio = { version = "^0", features = ["v2_44"] }
glib = "^0"
gtk = { version = "0.9.0", features = ["v3_16"] }
prs-lib = { version = "0.2.10", path = "../lib", default-features = false }
prs-lib = { version = "0.2.11", 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.2.10"
version = "0.2.11"
authors = ["Tim Visee <[email protected]>"]
license = "LGPL-3.0"
readme = "../README.md"
Expand Down

0 comments on commit b7141e6

Please sign in to comment.