Skip to content

Commit

Permalink
Prepare v0.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
apognu committed Jun 12, 2019
1 parent 44403b7 commit 8c9c167
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 @@ -59,7 +59,7 @@ As a library, you can add this stanza to your `Cargo.yaml`:

```toml
[dependencies]
libknox = "^0.2.0"
libknox = "^0.3"
```

## Create the vault
Expand Down
4 changes: 2 additions & 2 deletions knox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "knox"
version = "0.2.1"
version = "0.3.0"
description = "structured secret vault encrypted through GPG"
authors = ["Antoine POPINEAU <[email protected]>"]
repository = "https://github.com/apognu/knox"
Expand All @@ -18,7 +18,7 @@ path = "src/main.rs"
knox_testing = { path = "../knox-testing" }

[dependencies]
libknox = { version = "^0.2", path = "../libknox" }
libknox = { version = "^0.3", path = "../libknox" }
log = "^0.4"
pretty_env_logger = "^0.3"
clap = { version = "^2.0", features = ["yaml"] }
Expand Down
2 changes: 1 addition & 1 deletion libknox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libknox"
version = "0.2.1"
version = "0.3.0"
description = "secret vault encrypted with GPG"
authors = ["Antoine POPINEAU <[email protected]>"]
repository = "https://github.com/apognu/knox"
Expand Down

0 comments on commit 8c9c167

Please sign in to comment.