Skip to content

Commit 1ca8f89

Browse files
committed
Prepare for 0.4.2 release
1 parent 5fd36a7 commit 1ca8f89

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.4.2 (2015-01-31)
2+
* Fix unlock and lock under Git 2.2.2 and higher.
3+
* Drop support for versions of Git older than 1.7.2.
4+
* Minor improvements to some help/error messages.
5+
16
v0.4.1 (2015-01-08)
27
* Important usability fix to ensure that the .git-crypt directory
38
can't be encrypted by accident (see RELEASE_NOTES-0.4.1.md for

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.4.2 (2015-01-31)
5+
* Fix unlock and lock under Git 2.2.2 and higher.
6+
* Drop support for versions of Git older than 1.7.2.
7+
* Minor improvements to some help/error messages.
8+
49
######v0.4.1 (2015-01-08)
510
* Important usability fix to ensure that the .git-crypt directory
611
can't be encrypted by accident (see

README

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

6767
CURRENT STATUS
6868

69-
The latest version of git-crypt is 0.4.1, released on 2015-01-08.
69+
The latest version of git-crypt is 0.4.2, released on 2015-01-31.
7070
git-crypt aims to be bug-free and reliable, meaning it shouldn't
7171
crash, malfunction, or expose your confidential data. However,
7272
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
@@ -67,8 +67,8 @@ encryption and decryption happen transparently.
6767
Current Status
6868
--------------
6969

70-
The latest version of git-crypt is [0.4.1](RELEASE_NOTES-0.4.1.md), released on
71-
2015-01-08. git-crypt aims to be bug-free and reliable, meaning it
70+
The latest version of git-crypt is [0.4.2](NEWS.md), released on
71+
2015-01-31. git-crypt aims to be bug-free and reliable, meaning it
7272
shouldn't crash, malfunction, or expose your confidential data.
7373
However, it has not yet reached maturity, meaning it is not as
7474
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.4.1"
34+
#define VERSION "0.4.2"
3535

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

0 commit comments

Comments
 (0)