All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.8.2 2024-12-28
- Add Ruby 3.4 to the CI test matrix (#95).
- Add
base64
as a runtime dependency to support Ruby 3.4+ (#95).
0.8.1 2023-02-07
- Resolve a number of issues raised by Rubocop (#92, #93).
- Resolve GitHub Actions Node.js 12 deprecation (#93).
- Remove development files from the gem package (#94).
- Document how to grab credentials from the keychain (#91).
0.8.0 2021-07-22
- Ability to perform a
bundle update
in subdirectories with the-R
/--recursive
flag. (#90)
0.7.0 2021-07-15
- Include link to gem contents diff in gem change annotation (#88).
- Fix Rubocop issues (#89).
0.6.0 2021-05-12
- Allow specification of Gemfile lock files to annotate. (#86)
0.5.0 2021-01-04
- Support for Ruby 3. (#79)
- Allow specification of base branch, upon which to base the pull-request (#80, #84)
- Moved CI to GitHub Actions (#78)
- Fixed homepage URL in gemspec (#77)
- Default branch is now
main
(#81) - Rename private predicate methods in GitCommandRunner to be more descriptive. (#82)
- Upgrade Faraday dependency to version 1 (#85)
0.4.0 2020-04-14
bundler-audit
limited to>= 0.6.0
(#71)
- Support for Ruby 2.3 and 2.4 (#73)
- Rake vulnerability CVE-2020-8130 fixes (#72)
- Support for Ruby 2.6 and 2.7 (#73)
- Support for version numbers including a fourth segment (e.g. "6.0.2.2") (#74)
- Support for GitHub URIs including anchors (#75)
0.3.5 2019-11-28
- ISO 8601 Date and time format for branch name (#68)
- Changelog and source links in PR annotation are specific to the version used in the project, not just the latest available on Rubygems.org (#69).
0.3.4 2019-10-24
- Fix failure to annotate gem change with '.' in its name (#65).
0.3.3 2019-06-07
- Fix issue where gem install will now work on RubyGems v3 (#61).
0.3.2 2018-11-13
- Specify Ruby and RubyGems requirements in gemspec (#56).
- Clone one git repository or more and create an annotated bundle update PR for each (#52).
0.3.1 2018-11-12
- Travis CI enabled (#55).
- Ensure we are protected against CVE-2017-8418 (#54).
- RubyGems metadata includes a description (#49).