mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Release 0.2.0
This commit is contained in:
parent
b48ee68b8d
commit
c8dc5a8a19
|
|
@ -1,4 +1,13 @@
|
|||
|
||||
0.2.0 / 2011-03-27
|
||||
==================
|
||||
|
||||
* Added `git-extras`
|
||||
* Added __LICENSE__
|
||||
* Removed `git-extras-version`, use `git extras --version`
|
||||
* Removed `git-extras-update`, use `git extras update`
|
||||
* Changed; make sure to get the last chronological tag, instead of relying on the bogus `git tag` sorting. [guillermo]
|
||||
|
||||
0.1.0 / 2011-02-10
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="0.1.0"
|
||||
VERSION="0.2.0"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue