1 minor enhancement:
Added prerelease support. Use `rake release VERSION=1.0 PRE=rc.1` to create a prerelease gem.
1 bug fix:
The git:tag task is now a dependency of release_to instead of release to ensure it runs before post_release tasks
1 minor enhancement:
Added git:tags.
2 bug fixes:
Fixed name-rev to use –tags. Version diff?
Newer versions of git are tacking on a “^0” to tag names for some stupid reason.
2 minor enhancements:
Exported all the other git functions so that other rake tasks can benefit.
Updated git:changelog to support annotated commit messages.
1 bug fix:
Fix shell escaping on Windows. [Gordon Thiesfeld]
Add a git:manifest task. [Phil Hagelb0rg]
Clean up git:changelog a bit.
Add the doofus Hoe plugin.
Update README w/better docs.
Add git-svn support for git:tag and git:changelog.
Changelog should use author, not committer.
Doc cleanups.
Veto releases when the index is dirty.
Use git_release_tag_prefix more consistently, handle unreleased case.
Make the README a bit better.
Allow configurable release tag prefixes.
Add git:changelog to make release notes easier.
Make the git:tag task respect a TAG env var.
Minor cleanups.
Birthday!