File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 0.11.1
4+
5+ ### New features
6+
7+ * [ #371 ] ( https://github.com/prontolabs/pronto/pull/371 ) allow to filter runners via config
8+ * [ #402 ] ( https://github.com/prontolabs/pronto/pull/402 ) add --workdir option
9+ * [ #410 ] ( https://github.com/prontolabs/pronto/pull/410 ) allow the default commit run against to be configured
10+ * [ #435 ] ( https://github.com/prontolabs/pronto/pull/435 ) allow override of config file path via PRONTO_CONFIG_FILE
11+
12+ ### Bugs fixed
13+
14+ * [ #422 ] ( https://github.com/prontolabs/pronto/pull/422 ) fix Gitlab#slug_regex when URL has different host
15+ * [ #423 ] ( https://github.com/prontolabs/pronto/pull/423 ) show existing message count when reporting posted messages
16+
17+ ### Changes
18+
19+ * [ #397 ] ( https://github.com/prontolabs/pronto/pull/397 ) migrate CI to GitHub Actions
20+ * [ #398 ] ( https://github.com/prontolabs/pronto/pull/398 ) fix duplicated runs on GitHub Actions
21+ * [ #403 ] ( https://github.com/prontolabs/pronto/pull/403 ) run pronto on GitHub Actions without any reporting
22+ * [ #408 ] ( https://github.com/prontolabs/pronto/pull/408 ) require rexml ~ > 3.2.5 due to CVE-2021 -28965
23+ * [ #409 ] ( https://github.com/prontolabs/pronto/pull/409 ) add article about GitHub Actions to README.md
24+ * [ #414 ] ( https://github.com/prontolabs/pronto/pull/414 ) fix typo in README.md
25+ * [ #415 ] ( https://github.com/prontolabs/pronto/pull/415 ) remove deprecated pronto-bundler_audit from README.md
26+ * [ #417 ] ( https://github.com/prontolabs/pronto/pull/417 ) relax rugged dependency to allow releases up to 1.2.0
27+ * [ #424 ] ( https://github.com/prontolabs/pronto/pull/424 ) add Ruby 3.1 to the test matrix
28+ * [ #431 ] ( https://github.com/prontolabs/pronto/pull/431 ) relax rugged dependency to allow releases up to 2.0
29+ * [ #436 ] ( https://github.com/prontolabs/pronto/pull/436 ) update dead links in README.md
30+ * [ #438 ] ( https://github.com/prontolabs/pronto/pull/438 ) add Ruby 3.2 to the test matrix
31+ * [ #439 ] ( https://github.com/prontolabs/pronto/pull/439 ) relax dependencies to allow currently released major versions
432
533## 0.11.0
634
Original file line number Diff line number Diff line change 11module Pronto
22 module Version
3- STRING = '0.11.0 ' . freeze
3+ STRING = '0.11.1 ' . freeze
44
55 MSG = '%s (running on %s %s %s)' . freeze
66
You can’t perform that action at this time.
0 commit comments