Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-lucarella-sociomantic committed Apr 11, 2013
1 parent e78f701 commit 7ba01f3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
git-hub (0.3) precise; urgency=low

* Rewrite the clone subcommand to also fork (90913a1, bc352e1)
See the man page for details on the new usage.
* Add VIM ftdetect plugin to syntax highlight messages (f4ac52d)
To enable it:
mkdir -p ~/.vim/ftdetect
ln -s /usr/share/vim/addons/ftdetect/githubmsg.vim ~/.vim/ftdetect/
* Add issue list --created-by-me and --assgined-to-me (7c8f265)
* Don't add a comment in pull rebase if is a fast-forward merge (0a5d27a)
and add the old HEAD hash to the comment when one is created (e78f701)
* Add missing short option for issue list --closed (ba4dcea)
* Improve man page and usage message (60209db, 1754cd7, d40ae9a, 6e0a6f2)
* Print full json objects in debug mode (56752eb)
* Support headless checkouts for `pull` subcommands (cfcbd6f)
* Fix bash-completion install permissions (d45d5a2)

-- Leandro Lucarella <[email protected]> Thu, 11 Apr 2013 12:35:43 +0200

git-hub (0.2) precise; urgency=low

* Fix `pull` subcommand aliases for `issue` (a18c812)
Expand Down
2 changes: 1 addition & 1 deletion git-hub
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ def main():

parser = argparse.ArgumentParser(
description='Git command line interface to GitHub')
parser.add_argument('--version', action='version', version='git-hub 0.2')
parser.add_argument('--version', action='version', version='git-hub 0.3')
parser.add_argument('-v', '--verbose', action='count', default=INFO,
help="be more verbose (can be specified multiple times to get "
"extra verbosity)")
Expand Down

0 comments on commit 7ba01f3

Please sign in to comment.