Releases: gocardless/bump-core
Releases · gocardless/bump-core
v0.3.1
- Support fetching dependency files from a specified directory (#23)
v0.3.0
- BREAKING: Rename Node to JavaScript everywhere (#22)
v0.2.1
- Store the failed git command on GitCommandError (#21)
v0.2.0
- BREAKING: Rename Bump::DependencyFileUpdaters::VersionConflict (#20)
v0.1.7
- Add DependencyFileNotEvaluatable error (#17)
v0.1.6
- Stop updating RUBY VERSION and BUNDLED WITH details in Ruby lockfiles (#18)
- Handle public git sources gracefully (#19)
v0.1.5
- Add PullRequestUpdater class (see #15)
- Raise a Bump::DependencyFileNotFound error if files can't be found (see #16)
v0.1.4
- Handle 404s for Rubygems when creating PRs (see #13)
- Set backtrace on errors raised in a forked process (see #11)
v0.1.3
- Ignore Ruby version specified in the Gemfile (for now) (see #10)
v0.1.2
- Support non-Rubygems sources (so private gems can now be bumped) (see #8)
- Handle all exceptions in forked process (see #9)