Pronto v0.11.0 Release Notes

  • ๐Ÿ†• New features

    • #304 add option to limit comments per PR review
    • #333 add github_combined_status formatter
    • #334 add configurable review_type for GitHub (with REQUEST_CHANGES as default)
    • #351 add gitLab_mr formatter
    • #369 make Pronto::Git::Patch#new_file_path public
    • ๐Ÿ—„ update to the BitBucket 2.0 API (as the 1.0 API was deprecated) via #347, #348, #352 and #354

    ๐Ÿ› Bugs fixed

    • ๐Ÿ’Ž #344 treat Gemfile and .gemspecs as Ruby
    • #380 fix compatibility with rugged >= 0.99
    • #387 fix running pronto inside git submodules

    ๐Ÿ”„ Changes

    • #370 allow thor 1.x gem versions
    • #379 allow rugged 1.0.x gem versions
    • ๐Ÿ’Ž #386 add ruby 2.7 to CI
    • #390 fix issue with generating Sorbet RBI
    • ๐Ÿ’Ž #396 add support for Ruby 3.0
    • document/improve GitHub Actions integration in README.md via #360, #378 and #389
    • โž• add links to additional pronto runners in README.md