Skip to content

Commit

Permalink
Bump version to 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Jul 31, 2021
1 parent 2201a8b commit b3f3adf
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.14 (2021-07-31)
- Lib: operations on `Plaintext` now borrow instead of move
(https://github.com/timvisee/prs/pull/9)
- Fix AUR package release
- Bump MSRV to 1.53
- Update dependencies

## 0.2.13 (2021-07-09)
- Fix incorrect Tomb size when resizing because it was closed first
- Fix AUR package release
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.2.13
prs-cli 0.2.14
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.2.13"
version = "0.2.14"
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.2.13", path = "../lib", default-features = false }
prs-lib = { version = "0.2.14", 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.13"
version = "0.2.14"
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.2.13", path = "../lib", default-features = false }
prs-lib = { version = "0.2.14", 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.13"
version = "0.2.14"
authors = ["Tim Visee <[email protected]>"]
license = "LGPL-3.0"
readme = "../README.md"
Expand Down

0 comments on commit b3f3adf

Please sign in to comment.