2.0.1 - See CHANGELOG.md

This commit is contained in:
Justin
2017-10-02 02:36:00 -07:00
parent ceed4339a8
commit 538fe24621
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
CHANGELOG CHANGELOG
========= =========
## 2.0.1 - *10/2/2017*
- Small optimization, removed unneeded function `cryptr_info()`.
## 2.0.0 - *10/2/2017* ## 2.0.0 - *10/2/2017*
*BREAKING CHANGE* *BREAKING CHANGE*

View File

@@ -69,7 +69,7 @@ Usage: cryptr command <command-specific-options>
``` ```
➜ cryptr version ➜ cryptr version
cryptr 2.0.0 cryptr 2.0.1
``` ```
### default ### default
@@ -78,7 +78,7 @@ cryptr 2.0.0
``` ```
➜ cryptr ➜ cryptr
cryptr 2.0.0 cryptr 2.0.1
Usage: cryptr command <command-specific-options> Usage: cryptr command <command-specific-options>

View File

@@ -18,7 +18,7 @@
set -eo pipefail; [[ $TRACE ]] && set -x set -eo pipefail; [[ $TRACE ]] && set -x
readonly VERSION="2.0.0" readonly VERSION="2.0.1"
readonly OPENSSL_CIPHER="aes-256-cbc" readonly OPENSSL_CIPHER="aes-256-cbc"
cryptr_version() { cryptr_version() {