Releases: mattbrictson/bundle_update_interactive
Releases · mattbrictson/bundle_update_interactive
0.9.0
✨ New Features
- Pass
--commit
to automatically create a separate git commit for each selected gem update (#53) @mattbrictson
🏠 Housekeeping
- Update rubocop requirement from 1.66.0 to 1.66.1 (#48) @dependabot
Full Changelog: v0.8.1...v0.9.0
0.8.1
🐛 Bug Fixes
- Don't use GitHub Releases as changelog URL if there are no releases there (#43) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#44, #46) @dependabot
Full Changelog: v0.8.0...v0.8.1
0.8.0
✨ New Features
- Add
--latest
option that modifies Gemfile to allow latest updates (#42) @mattbrictson
🐛 Bug Fixes
- Properly pluralize "## gem/gems available to update" (#39) @pacMakaveli
🏠 Housekeeping
- Add a true integration test that actually executes Bundler (#41) @mattbrictson
- Install
zeitwerk
to simplify auto-loading (#40) @mattbrictson
Full Changelog: v0.7.0...v0.8.0
0.7.0
✨ New Features
- Show gems "held back" by Gemfile pins that can't be updated (#37) @mattbrictson
🏠 Housekeeping
- Refactor report and table API in anticipation of new features (#36) @mattbrictson
Full Changelog: v0.6.0...v0.7.0
0.6.0
✨ New Key Bindings
- Open changelog url when
o
key is pressed (#32) @mattbrictson - Change all/reverse key bindings to unmodified
a
/r
(#18) @mattbrictson
🐛 Bug Fixes
- Fix crash when displaying prerelease → final version change (#34) @mattbrictson
🏠 Housekeeping
- Pin activesupport version used for testing to fix factory_bot issue (#35) @mattbrictson
Full Changelog: v0.5.0...v0.6.0
0.5.0
🐛 Bug Fixes
- Use correct Bundler version when updating gems (#29) @mattbrictson
📚 Documentation
- Improve
--help
output with description, options, and examples (#31) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#26, #27) @dependabot
- Drop Faraday dependency and use plain
Net::HTTP
instead (#22) @mattbrictson - Consolidate redundant vcr cassettes (#21) @mattbrictson
Full Changelog: v0.4.0...v0.4.1
0.4.0
✨ New Features
--exclusively
option to limit updates by Gemfile groups (#15) @mattbrictson
🏠 Housekeeping
- Remove thor dependency; use optparse directly (#14) @mattbrictson
- Remove internal constants from global scope (#17) @mattbrictson
Full Changelog: v0.3.0...v0.4.0
0.3.0
✨ New Features
- Add support for GitLab diff URLs (#11) @mattbrictson
- Add support for Bitbucket Cloud diff URLs (#10) @mattbrictson
🏠 Housekeeping
- Add changelog test coverage and refactor implementation for clarity (#12) @mattbrictson
Full Changelog: v0.2.1...v0.3.0
0.2.1
🐛 Bug Fixes
- Fix a bug preventing CHANGELOG.md files from being discovered (#8) @mattbrictson
- Properly handle non-GitHub git sources when inferring changelog URI (#6) @mattbrictson
📚 Documentation
- Document Features, Prior Art, etc. in README (#9) @mattbrictson
🏠 Housekeeping
- Use vcr to record changelog lookups for better test coverage (#7) @mattbrictson
Full Changelog: v0.2.0...v0.2.1
0.2.0
✨ New Features
🏠 Housekeeping
- Refactor
OutdatedGem
; install FactoryBot for improved test coverage (#5) @mattbrictson - Add test coverage for
SemverChange
(#3) @mattbrictson
Full Changelog: v0.1.2...v0.2.0