Skip to content

Commit 73825a7

Browse files
committed
Bump version to 0.1.7
1 parent 3352ea0 commit 73825a7

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
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.1.7 (2021-02-01)
4+
- Always end secret output to stdout with newline
5+
- Update dependencies
6+
37
## 0.1.6 (2021-01-18)
48
- Show or copy a specific secret property with `--property`
59
- Add optional `--timeout` flag to `show` command, output is cleared afterwards

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
@@ -296,7 +296,7 @@ See a list of compatible `pass` clients [here][pass-compatible-clients].
296296
```
297297
$ prs help
298298
299-
prs-cli 0.1.6
299+
prs-cli 0.1.7
300300
Tim Visee <[email protected]>
301301
Secure, fast & convenient password manager CLI with GPG & git sync
302302

cli/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-cli"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Tim Visee <[email protected]>"]
55
license = "GPL-3.0"
66
readme = "../README.md"

gtk3/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-gtk3"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Tim Visee <[email protected]>"]
55
license = "GPL-3.0"
66
readme = "../README.md"

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.1.6"
3+
version = "0.1.7"
44
authors = ["Tim Visee <[email protected]>"]
55
license = "LGPL-3.0"
66
readme = "../README.md"

0 commit comments

Comments
 (0)