Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
This change bumps the version of the crate to 0.1.3. The following
notable changes have been made since 0.1.2:
- Show PIN related errors through pinentry native reporting mechanism
  instead of emitting them to stdout
- Added a man page (nitrocli(1)) for the program to the repository
- Adjusted program to use Rust Edition 2018
- Applied a couple of clippy reported suggestions
- Added categories to Cargo.toml
- Changed dependency version requirements to be less strict (only up to
  the minor version and not the patch level)
- Bumped pkg-config dependency to 0.3.14
- Bumped libc dependency to 0.2.45
- Bumped cc dependency to 1.0.25
  • Loading branch information
d-e-s-o committed Dec 12, 2018
1 parent 5d1d819 commit 18b7786
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions nitrocli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Unreleased
----------
0.1.3
-----
- Show PIN related errors through `pinentry` native reporting mechanism
instead of emitting them to `stdout`
- Added a `man` page (`nitrocli(1)`) for the program to the repository
- Adjusted program to use Rust Edition 2018
- Enabled more lints
- Applied a couple of `clippy` reported suggestions
Expand Down
2 changes: 1 addition & 1 deletion nitrocli/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 nitrocli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

[package]
name = "nitrocli"
version = "0.1.2"
version = "0.1.3"
edition = "2018"
authors = ["Daniel Mueller <[email protected]>"]
license = "GPL-3.0+"
Expand Down

0 comments on commit 18b7786

Please sign in to comment.