mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 0.4.0
This commit is contained in:
parent
ec0a1d655b
commit
6de78f63f4
|
|
@ -1,4 +1,11 @@
|
|||
|
||||
0.4.0 / 2011-04-05
|
||||
==================
|
||||
|
||||
* Added `git-refactor`
|
||||
* Added `git-bug`
|
||||
* Added `git-feature`
|
||||
|
||||
0.3.0 / 2011-03-29
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="0.3.0"
|
||||
VERSION="0.4.0"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue