From 252f74b59e7a80be0382091eecd142ecd623ef10 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 7 Oct 2021 09:49:08 -0400 Subject: [PATCH 1/3] 0.7.0 Automatically generated by python-semantic-release --- checkcert/checkcert.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkcert/checkcert.py b/checkcert/checkcert.py index 7c744bc..e1123e8 100644 --- a/checkcert/checkcert.py +++ b/checkcert/checkcert.py @@ -11,7 +11,7 @@ from cryptography.x509.oid import NameOID import idna -__version__ = "0.6.0" +__version__ = "0.7.0" HostInfo = namedtuple("HostInfo", ["cert", "hostname", "peername", "is_valid"]) diff --git a/pyproject.toml b/pyproject.toml index f11106c..44c80cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkcert" -version = "0.6.0" +version = "0.7.0" description = "CLI to check tls cert information and determine validity" authors = ["Alex Kelly "] readme = "README.md" From 593b22113747674881f9c797f27ab961095bd94c Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 7 Oct 2021 09:49:55 -0400 Subject: [PATCH 2/3] 0.7.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 754b8c1..7bbebc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v0.7.0 (2021-10-07) + +#### New Features + +* (completion): add completion scripts +#### Docs + +* add intro readme for docs building +* add shell completion information +* update full doc url in readme +* remove personal "you/I/me" +* add full documentation site +* update changelog for 0.6.0 +#### Others + +* fix separator testing issues + +Full set of changes: [`v0.6.0...v0.7.0`](https://git.admin.franklin.edu/tins/checkcert/compare/v0.6.0...v0.7.0) + ## v0.6.0 (2021-10-04) #### New Features From 036692ba3571ec27d9234e7a444bf87927b98d7e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 7 Oct 2021 15:27:11 -0400 Subject: [PATCH 3/3] 0.7.1 Automatically generated by python-semantic-release --- checkcert/checkcert.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkcert/checkcert.py b/checkcert/checkcert.py index d9e97c1..9ae211d 100644 --- a/checkcert/checkcert.py +++ b/checkcert/checkcert.py @@ -11,7 +11,7 @@ from cryptography.x509.oid import NameOID import idna -__version__ = "0.7.0" +__version__ = "0.7.1" HostInfo = namedtuple("HostInfo", ["cert", "hostname", "peername", "is_valid"]) diff --git a/pyproject.toml b/pyproject.toml index 44c80cc..8601238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkcert" -version = "0.7.0" +version = "0.7.1" description = "CLI to check tls cert information and determine validity" authors = ["Alex Kelly "] readme = "README.md"