Skip to content

Commit 629c484

Browse files
chore: release v0.0.10 (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rob Ede <robjtede@icloud.com>
1 parent fbb714a commit 629c484

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.0.10
4+
5+
### Fixes
6+
7+
- Improve errors when connecting to remote host fails.
8+
- Improve errors when reading from remote host fails.
9+
- Prevent exiting too early on EoF errors.
10+
311
## 0.0.9
412

513
- No significant changes.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inspect-cert-chain"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
description = "OpenSSL-like text output for debugging certificate chains"
55
authors = ["Rob Ede <robjtede@icloud.com>"]
66
keywords = ["inspect", "cert", "chain", "openssl", "x509"]

0 commit comments

Comments
 (0)