Skip to content

Commit

Permalink
Merge branch 'release/0.4.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Feb 14, 2011
2 parents f78b660 + 4b5b932 commit baf66be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Changes.mdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
0.4.1:
-----
Release date: *Not released yet*
Release date: **2011/02/04**

* New option `-d` added to `git flow init`, to initialize with defaults without
asking for input. Ideal for creating git-flow enabled repos in custom
scripts.
asking for input interactively. Ideal for creating git-flow enabled repos in
custom scripts.

* The parsing issues related to git-flow feature's flags are now dealt with on
all known platforms. (Fixed #54, #62, #86, #97)
Expand Down
2 changes: 1 addition & 1 deletion git-flow-version
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# policies, either expressed or implied, of Vincent Driessen.
#

GITFLOW_VERSION=0.4
GITFLOW_VERSION=0.4.1

usage() {
echo "usage: git flow version"
Expand Down

0 comments on commit baf66be

Please sign in to comment.