From a1e6311f5622fb6b9027fc087d16062c7261280f Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Thu, 21 Apr 2022 13:07:59 -0400 Subject: [PATCH] Prepare 0.7.0 release --- NEWS | 5 +++++ NEWS.md | 5 +++++ README | 2 +- README.md | 4 ++-- git-crypt.hpp | 2 +- man/git-crypt.xml | 4 ++-- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 41e2bd5..7fec0c1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +v0.7.0 (2022-04-21) + * Avoid "argument list too long" errors on macOS. + * Fix handling of "-" arguments. + * Minor documentation improvements. + v0.6.0 (2017-11-26) * Add support for OpenSSL 1.1 (still works with OpenSSL 1.0). * Switch to C++11 (gcc 4.9 or higher now required to build). diff --git a/NEWS.md b/NEWS.md index 080035f..d62c124 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ News ==== +######v0.7.0 (2022-04-21) +* Avoid "argument list too long" errors on macOS. +* Fix handling of "-" arguments. +* Minor documentation improvements. + ######v0.6.0 (2017-11-26) * Add support for OpenSSL 1.1 (still works with OpenSSL 1.0). * Switch to C++11 (gcc 4.9 or higher now required to build). diff --git a/README b/README index 2bd44dc..f4c0ec3 100644 --- a/README +++ b/README @@ -70,7 +70,7 @@ encryption and decryption happen transparently. CURRENT STATUS -The latest version of git-crypt is 0.6.0, released on 2017-11-26. +The latest version of git-crypt is 0.7.0, released on 2022-04-21. git-crypt aims to be bug-free and reliable, meaning it shouldn't crash, malfunction, or expose your confidential data. However, it has not yet reached maturity, meaning it is not as documented, diff --git a/README.md b/README.md index 0e39926..945735c 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ encryption and decryption happen transparently. Current Status -------------- -The latest version of git-crypt is [0.6.0](NEWS.md), released on -2017-11-26. git-crypt aims to be bug-free and reliable, meaning it +The latest version of git-crypt is [0.7.0](NEWS.md), released on +2022-04-21. git-crypt aims to be bug-free and reliable, meaning it shouldn't crash, malfunction, or expose your confidential data. However, it has not yet reached maturity, meaning it is not as documented, featureful, or easy-to-use as it should be. Additionally, diff --git a/git-crypt.hpp b/git-crypt.hpp index ce41dfa..ce1b256 100644 --- a/git-crypt.hpp +++ b/git-crypt.hpp @@ -31,7 +31,7 @@ #ifndef GIT_CRYPT_GIT_CRYPT_HPP #define GIT_CRYPT_GIT_CRYPT_HPP -#define VERSION "0.6.0" +#define VERSION "0.7.0" extern const char* argv0; // initialized in main() to argv[0] diff --git a/man/git-crypt.xml b/man/git-crypt.xml index 96f53d7..f8ec765 100644 --- a/man/git-crypt.xml +++ b/man/git-crypt.xml @@ -7,8 +7,8 @@ --> git-crypt - 2017-11-26 - git-crypt 0.6.0 + 2022-04-21 + git-crypt 0.7.0 Andrew Ayer