Skip to content

Commit

Permalink
chore: release v0.0.10 (#54)
Browse files Browse the repository at this point in the history
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 Nov 7, 2023
1 parent fbb714a commit 629c484
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.0.10

### Fixes

- Improve errors when connecting to remote host fails.
- Improve errors when reading from remote host fails.
- Prevent exiting too early on EoF errors.

## 0.0.9

- No significant 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.9"
version = "0.0.10"
description = "OpenSSL-like text output for debugging certificate chains"
authors = ["Rob Ede <[email protected]>"]
keywords = ["inspect", "cert", "chain", "openssl", "x509"]
Expand Down

0 comments on commit 629c484

Please sign in to comment.