Releases: gocardless/nandi
Releases · gocardless/nandi
v0.13.0
Breaking
- Dropped support for Ruby 2.5
What's Changed
- chore: Update foreign_key usage on main README by @dhruvsingh in #120
- BANKINT-4248: Add generator for index by @stevetrinh in #122
New Contributors
- @dhruvsingh made their first contribution in #120
- @stevetrinh made their first contribution in #122
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Support Ruby 3 by @tragiclifestories in #112
- Change circleci to use a matrix build by @tragiclifestories in #114
- Generate ruby 3 compatible migration files by @tragiclifestories in #115
- Pass kwargs on to custom classes by @JoeSouthan in #116
- add support for ruby 3.1 by @kevinrobayna in #118
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #109
- Update gc_ruboconfig requirement from ~> 2.15.0 to ~> 2.25.0 by @dependabot-preview in #108
- Bump minor version by @kevinrobayna in #119
New Contributors
- @JoeSouthan made their first contribution in #116
- @kevinrobayna made their first contribution in #118
Full Changelog: v0.11.0...v0.12.0
v.0.11.0
BREAKING
Drop support for Ruby 2.4.
MINOR
Randomise the order of entries in the lockfile. This reduces the incidence of merge conflicts when two PRs both have migrations.
v0.9.0
BREAKING
bugfix: Remove add_reference and remove_reference which were not safe due to non-cocurrent index creation.
v0.8.0
First public release.