Skip to content

Releases: prontolabs/pronto

v0.11.2

30 Oct 08:10
v0.11.2
53692a1
Compare
Choose a tag to compare

Changes

  • #449 relax octokit version dependency to allow releases up to 8.0
  • #450 introduce Pronto::Formatter.register for adding custom formatters

v0.11.1

31 Dec 07:19
v0.11.1
f5feefa
Compare
Choose a tag to compare

New features

  • #371 allow to filter runners via config
  • #402 add --workdir option
  • #410 allow the default commit run against to be configured
  • #435 allow override of config file path via PRONTO_CONFIG_FILE

Bugs fixed

  • #422 fix Gitlab#slug_regex when URL has different host
  • #423 show existing message count when reporting posted messages

Changes

  • #397 migrate CI to GitHub Actions
  • #398 fix duplicated runs on GitHub Actions
  • #403 run pronto on GitHub Actions without any reporting
  • #408 require rexml ~> 3.2.5 due to CVE-2021-28965
  • #409 add article about GitHub Actions to README.md
  • #414 fix typo in README.md
  • #415 remove deprecated pronto-bundler_audit from README.md
  • #417 relax rugged dependency to allow releases up to 1.2.0
  • #424 add Ruby 3.1 to the test matrix
  • #431 relax rugged dependency to allow releases up to 2.0
  • #436 update dead links in README.md
  • #438 add Ruby 3.2 to the test matrix
  • #439 relax dependencies to allow currently released major versions

v0.11.0

31 Jan 04:50
v0.11.0
d0cccd4
Compare
Choose a tag to compare

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