Skip to content

Commit 0f8642c

Browse files
committed
Bump version to 0.1.6
1 parent 28585d6 commit 0f8642c

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

CHANGELOG.md

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

3+
## 0.1.6 (2021-01-18)
4+
- Show or copy a specific secret property with `--property`
5+
- Add optional `--timeout` flag to `show` command, output is cleared afterwards
6+
- Ask to remove pointed to secrets when removing alias secret
7+
- Don't crash on re-encrypt failure, continue and show error summary instead
8+
- Extend list of password generator characters with `[]<>(),.;|`
9+
- Require `--copy` with `--timeout` with `generate` command
10+
- Only run alias management tasks on platforms that support it
11+
- Add `dmenu` and `rofi` scripts to type selected password
12+
- Update dependencies
13+
314
## 0.1.5 (2021-01-11)
415
- Generate password instead of passphrase by default with `generate` command
516
- Add `--length` option to `generate` command

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

0 commit comments

Comments
 (0)