From 24e1c98dd6ba0d15d0bd5e8dcc4c8118e1a87483 Mon Sep 17 00:00:00 2001 From: kaysond Date: Fri, 5 Apr 2019 13:54:45 -0700 Subject: [PATCH] implement semantic versioning --- README.md | 2 +- spki | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 480d1f1..49f52b5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The wrapper is based on Jamie Nguyen's guide: [OpenSSL Certificate Authority](https://jamielinux.com/docs/openssl-certificate-authority/ ) ## Installation -Copy `spki` to a location in your path. +Copy `spki` to a location in your path. [Releases](https://github.com/kaysond/spki/releases) use [semantic versioning](https://semver.org/) to identify backwards-incompatible changes. ## Configuration The top of the script contains several configuration variables; the defaults correspond to the guide. diff --git a/spki b/spki index afc8f44..e30b25f 100755 --- a/spki +++ b/spki @@ -4,10 +4,10 @@ # Based on https://jamielinux.com/docs/openssl-certificate-authority/ # # Revision History: -# 2019-04-05 0.9.2.1 Bug fixes -# 2019-04-05 0.9.2 Added update-config, export-pkcs12 and SAN support -# 2019-04-02 0.9.1 Improved password handling -# 2019-03-21 0.9.0 Created +# 2019-04-05 0.7.1 Bug fixes +# 2019-04-05 0.7.0 Added update-config, export-pkcs12 and SAN support +# 2019-04-02 0.6.0 Improved password handling +# 2019-03-21 0.5.0 Created # #############