- Add deprecation warning
- [#15][] Add --silence-branch option to the 'push' command
- [#10][] Add --ignore-branch option to the 'push' command
- Parse ERB code in the configuration file
- Add support for Python and PHP Composer dependency files
API V2 is now deprecated and all previous gem releases have been yanked
- Update config file syntax: replace
profile_name
withproject_slug
- Add
migrate
command to migrate the config file from previous versions - Add
resolve
command to find a project that matches a name and a branch - Make it compatible with Gemnasium API v3
- [#6][] Fix spec for fedora packaging (@ktdreyer)
- Update regexp to fetch dependency files in subrepositories.
API V1 is now deprecated and all previous gem releases have been yanked
- Drop
project_visibility
option, all offline projects are private now - Add
ignored_paths
options to avoid pushing useless files
- Fix Git after-commit hook (drop Perl style regexp) (revealed by @veilleperso)
- Fix Gem's description
Initial release