Browse Source

Version bumped to 0.9.2

Matthew Wang 11 years ago
parent
commit
af8a8eb48d
2 changed files with 7 additions and 1 deletions
  1. 6
    0
      CHANGES
  2. 1
    1
      cdiff.py

+ 6
- 0
CHANGES View File

@@ -2,6 +2,12 @@
2 2
 Change log
3 3
 ==========
4 4
 
5
+Version 0.9.2 (2013-06-21)
6
+
7
+  - Enahanced option parser now pass unknown option to underneath revision
8
+    control, user can use `cdiff --cached`, `cdiff -U5` directly
9
+
10
+
5 11
 Version 0.9.1 (2013-05-20)
6 12
 
7 13
   - Use `--no-ext-diff` to disable GIT_EXTERNAL_DIFF and diff.external which

+ 1
- 1
cdiff.py View File

@@ -8,7 +8,7 @@ python (>= 2.5.0) and ``less``.
8 8
 """
9 9
 
10 10
 META_INFO = {
11
-    'version'     : '0.9.1',
11
+    'version'     : '0.9.2',
12 12
     'license'     : 'BSD-3',
13 13
     'author'      : 'Matthew Wang',
14 14
     'email'       : 'mattwyl(@)gmail(.)com',