Showing 2 changed files with 5 additions and 1 deletions
+4
Changes
... ...
@@ -1,3 +1,7 @@
1
+1.2
2
+  - add blame page
3
+  - add blanch import feature
4
+  - add need_login_always option
1 5
 1.1
2 6
   - add import_rep script to import repositories.
3 7
 1.0
+1 -1
lib/Gitprep.pm
... ...
@@ -17,7 +17,7 @@ use Validator::Custom;
17 17
   eval {require Digest::SHA; import Digest::SHA qw(sha1 sha1_hex)};
18 18
 }
19 19
 
20
-our $VERSION = '1.0';
20
+our $VERSION = '1.02';
21 21
 
22 22
 has 'dbi';
23 23
 has 'git';