Skip to content

Commit 384feab

Browse files
committed
Bump version to 0.1.5
1 parent f246ba9 commit 384feab

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

CHANGELOG.md

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

3+
## 0.1.5 (2021-01-11)
4+
- Generate password instead of passphrase by default with `generate` command
5+
- Add `--length` option to `generate` command
6+
- Do not require to store generated password to secret with `generate` when `--show` or `--copy` is provided
7+
- Generate passphrase with `generate --passphrase`
8+
- Improve secret listing performance
9+
- Update dependencies
10+
311
## 0.1.4 (2021-01-10)
412
- Add alias support
513
(https://gitlab.com/timvisee/prs/-/issues/9)

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

0 commit comments

Comments
 (0)