Skip to content

Commit

Permalink
chore: release v0.0.16 (#163)
Browse files Browse the repository at this point in the history
* chore: release

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: update changelog

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <[email protected]>
  • Loading branch information
github-actions[bot] and robjtede authored May 6, 2024
1 parent 88e3019 commit e3f9989
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.16

### Features

- Add interactive mode (`-i` / `--interactive`).

## 0.0.15

### Changes
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inspect-cert-chain"
version = "0.0.15"
version = "0.0.16"
description = "OpenSSL-like text output for debugging certificate chains"
authors = ["Rob Ede <[email protected]>"]
keywords = ["inspect", "cert", "chain", "openssl", "x509"]
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ struct Args {
#[clap(long, conflicts_with = "host")]
file: Option<camino::Utf8PathBuf>,

/// View certificate chain using interactive (TUI) mode.
#[arg(short, long)]
interactive: bool,

Expand Down

0 comments on commit e3f9989

Please sign in to comment.