Skip to content

Commit a1e6311

Browse files
committed
Prepare 0.7.0 release
1 parent 12c4222 commit a1e6311

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.7.0 (2022-04-21)
2+
* Avoid "argument list too long" errors on macOS.
3+
* Fix handling of "-" arguments.
4+
* Minor documentation improvements.
5+
16
v0.6.0 (2017-11-26)
27
* Add support for OpenSSL 1.1 (still works with OpenSSL 1.0).
38
* Switch to C++11 (gcc 4.9 or higher now required to build).

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
News
22
====
33

4+
######v0.7.0 (2022-04-21)
5+
* Avoid "argument list too long" errors on macOS.
6+
* Fix handling of "-" arguments.
7+
* Minor documentation improvements.
8+
49
######v0.6.0 (2017-11-26)
510
* Add support for OpenSSL 1.1 (still works with OpenSSL 1.0).
611
* Switch to C++11 (gcc 4.9 or higher now required to build).

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ encryption and decryption happen transparently.
7070

7171
CURRENT STATUS
7272

73-
The latest version of git-crypt is 0.6.0, released on 2017-11-26.
73+
The latest version of git-crypt is 0.7.0, released on 2022-04-21.
7474
git-crypt aims to be bug-free and reliable, meaning it shouldn't
7575
crash, malfunction, or expose your confidential data. However,
7676
it has not yet reached maturity, meaning it is not as documented,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ encryption and decryption happen transparently.
7171
Current Status
7272
--------------
7373

74-
The latest version of git-crypt is [0.6.0](NEWS.md), released on
75-
2017-11-26. git-crypt aims to be bug-free and reliable, meaning it
74+
The latest version of git-crypt is [0.7.0](NEWS.md), released on
75+
2022-04-21. git-crypt aims to be bug-free and reliable, meaning it
7676
shouldn't crash, malfunction, or expose your confidential data.
7777
However, it has not yet reached maturity, meaning it is not as
7878
documented, featureful, or easy-to-use as it should be. Additionally,

git-crypt.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#ifndef GIT_CRYPT_GIT_CRYPT_HPP
3232
#define GIT_CRYPT_GIT_CRYPT_HPP
3333

34-
#define VERSION "0.6.0"
34+
#define VERSION "0.7.0"
3535

3636
extern const char* argv0; // initialized in main() to argv[0]
3737

man/git-crypt.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
-->
88
<refentryinfo>
99
<title>git-crypt</title>
10-
<date>2017-11-26</date>
11-
<productname>git-crypt 0.6.0</productname>
10+
<date>2022-04-21</date>
11+
<productname>git-crypt 0.7.0</productname>
1212

1313
<author>
1414
<othername>Andrew Ayer</othername>

0 commit comments

Comments
 (0)