2.0.1 - See CHANGELOG.md
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
## 2.0.1 - *10/2/2017*
|
||||
|
||||
- Small optimization, removed unneeded function `cryptr_info()`.
|
||||
|
||||
## 2.0.0 - *10/2/2017*
|
||||
|
||||
*BREAKING CHANGE*
|
||||
|
||||
@@ -69,7 +69,7 @@ Usage: cryptr command <command-specific-options>
|
||||
|
||||
```
|
||||
➜ cryptr version
|
||||
cryptr 2.0.0
|
||||
cryptr 2.0.1
|
||||
```
|
||||
|
||||
### default
|
||||
@@ -78,7 +78,7 @@ cryptr 2.0.0
|
||||
|
||||
```
|
||||
➜ cryptr
|
||||
cryptr 2.0.0
|
||||
cryptr 2.0.1
|
||||
|
||||
Usage: cryptr command <command-specific-options>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
set -eo pipefail; [[ $TRACE ]] && set -x
|
||||
|
||||
readonly VERSION="2.0.0"
|
||||
readonly VERSION="2.0.1"
|
||||
readonly OPENSSL_CIPHER="aes-256-cbc"
|
||||
|
||||
cryptr_version() {
|
||||
|
||||
Reference in New Issue
Block a user