Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

Releases: gocardless/bump-core

v0.3.1

09 May 21:18
Compare
Choose a tag to compare
  • Support fetching dependency files from a specified directory (#23)

v0.3.0

09 May 10:27
Compare
Choose a tag to compare
  • BREAKING: Rename Node to JavaScript everywhere (#22)

v0.2.1

09 May 10:24
Compare
Choose a tag to compare
  • Store the failed git command on GitCommandError (#21)

v0.2.0

02 May 13:19
Compare
Choose a tag to compare
  • BREAKING: Rename Bump::DependencyFileUpdaters::VersionConflict (#20)

v0.1.7

02 May 13:19
Compare
Choose a tag to compare
  • Add DependencyFileNotEvaluatable error (#17)

v0.1.6

02 May 13:19
Compare
Choose a tag to compare
  • Stop updating RUBY VERSION and BUNDLED WITH details in Ruby lockfiles (#18)
  • Handle public git sources gracefully (#19)

v0.1.5

28 Apr 15:49
Compare
Choose a tag to compare
  • Add PullRequestUpdater class (see #15)
  • Raise a Bump::DependencyFileNotFound error if files can't be found (see #16)

v0.1.4

27 Apr 10:53
Compare
Choose a tag to compare
  • Handle 404s for Rubygems when creating PRs (see #13)
  • Set backtrace on errors raised in a forked process (see #11)

v0.1.3

26 Apr 12:22
Compare
Choose a tag to compare
  • Ignore Ruby version specified in the Gemfile (for now) (see #10)

v0.1.2

25 Apr 23:10
Compare
Choose a tag to compare
  • Support non-Rubygems sources (so private gems can now be bumped) (see #8)
  • Handle all exceptions in forked process (see #9)