0.253   2024-02-13  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
        - Process Bencher/ScenarioBundle/*.pm instead of
          Bencher/Scenarios/*.pm.
0.252   2021-07-31  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Forgot to update the documentation.
0.251   2021-07-31  Released-By: PERLANCAR; Urgency: medium
	- Even more tweaks to generated text (add subheading for each
	  sample benchmark).
0.250   2021-07-31  Released-By: PERLANCAR; Urgency: medium
	- More tweaks to generated text.
        - [incompatible change] Change sample_bench expected structure: title is
          changed to cmdline_comment.
0.249   2021-07-31  Released-By: PERLANCAR; Urgency: medium
	- Tweak POD section name: Sample Benchmark Results -> Benchmark
	  Sample Results to be uniform with the other Benchmark* sections.
	- Tweak generated text.
0.248   2021-07-23  Released-By: PERLANCAR; Urgency: medium
	- [ux] Also show the benchmark result as Benchmark.pm-formatted
	  result.
0.247   2020-04-19  Released-By: PERLANCAR; Urgency: medium
	- Add configuration: gen_scenarior_{include,exclude}_module.
0.246   2019-12-25  Released-By: PERLANCAR; Urgency: medium
	- Include participant's and dataset's description.
0.245   2019-12-17  Released-By: PERLANCAR; Urgency: medium
	- Use String::PodQuote to quote summary when added into POD.
0.244   2019-10-20  Released-By: PERLANCAR; Urgency: medium
	- [bugfix] Avoid creating lib/Bencher/ScenarioR/ file multiple
	  times if multiple benchmarks are produced (e.g. with multiple
	  instances in weaver.ini).
0.243   2019-03-24  Released-By: PERLANCAR
	- [bugfix] Failed to retrieve package name for
	  Bencher::Scenario::*.
0.242   2019-02-24  Released-By: PERLANCAR
	- Add '## no critic' to generated Scenario_R module file.
0.241   2019-02-24  Released-By: PERLANCAR
	- Support getting scenario from Acme::CPANModules::* module.
0.240   2019-02-15  Released-By: PERLANCAR
	- Mention datasets not included by default.
0.23    2017-01-04  Released-By: PERLANCAR
	- Add hint to use --format html+datatables.
0.22    2016-10-21  Released-By: PERLANCAR
	- Allow sample bench to get result from JSON file instead of
	  performing bencher().
0.21    2016-10-19  Released-By: PERLANCAR
        - [Experimental] Create lib/Bencher/ScenarioR/* module files that
          contain raw benchmark sample results. (Doing this in this Pod::Weaver
          plugin is a bit too late though, because the generated files won't get
          weaved. I plan to move the sample benchmarking into
          Dist::Zilla::Plugin::Bencher::Scenario and pass the result to this
          plugin).
0.20    2016-09-25  Released-By: PERLANCAR
	- [ux] Add list of scenario modules at the beginning of Description
	  section.
0.19    2016-07-17  Released-By: PERLANCAR
	- Provide alternate location in #IMAGE so DZP:InsertDistImage can
	  work when hosting=data (otherwise, the file in share/images/
	  won't be found because they are not added to the build yet).
0.18    2016-07-13  Released-By: PERLANCAR
        - Add option to generate chart image files (by default off).
0.17    2016-06-30  Released-By: PERLANCAR
        - Add configuration: result_split_fields.
        - Add configuration: gen_html_tables (turned off by default because
          metacpan.org doesn't allow many HTML elements, e.g. <th> or <thead>,
          not to mention <script>).
0.16    2016-04-01  Released-By: PERLANCAR
	- Add --note to bencher.
0.15    2016-03-16  Released-By: PERLANCAR
	- Add configuration: bench_startup.
0.14    2016-03-15  Released-By: PERLANCAR
	- Add configuration: include_module, exclude_module.
	- [Bugfix] metadata must be normalized.
0.13    2016-03-15  Released-By: PERLANCAR
	- Adjust to Bencher 0.38 (backend split to Bencher::Backend).
0.12    2016-03-13  Released-By: PERLANCAR
	- Show cmdline_template.
0.11    2016-01-22  Released-By: PERLANCAR
	- Add option: bench to allow disabling the producing of sample
	  results.
	- Add note that version numbers shown are the ones used when
	  getting sample benchmark results.
0.10    2016-01-20  Released-By: PERLANCAR
	- [Bugfix] Used wrong variable, derp.
0.09    2016-01-20  Released-By: PERLANCAR
	- Show participants' & datasets' tags in POD.
	- Fix getting module versions from benchmark results, derp.
0.08    2016-01-20  Released-By: PERLANCAR
	- Show bencher commands used when benchmarking with default options
	  and benchmarking module startup overhead.
0.07    2016-01-19  Released-By: PERLANCAR
	- Fix command shown in benchmark sample results.
0.06    2016-01-19  Released-By: PERLANCAR
        - Add option 'sample_bench' to allow rendering multiple results.
        - Add Benchmark Datasets POD section.
        - Adjust to Bencher 0.30+.
0.05    2016-01-13  Released-By: PERLANCAR
        - No functional changes.
        - [doc] Tweak Abstract & Description.
        - [doc] Mention DZP:Bencher::Scenario.
0.04    2016-01-06  Released-By: PERLANCAR
	- Add modules that are listed only in scenario's 'modules' property
	  to BENCHMARKED MODULES.
	- Add blurb on Bencher in Description section even though there is
	  no scenario's description.
0.03    2016-01-05  Released-By: PERLANCAR
	- Add Benchmark Participants section.
	- Show perl & modules' versions.
0.02    2016-01-05  Released-By: PERLANCAR
        - Add SAMPLE BENCHMARK RESULTS section.
        - Tweaks.
0.01    2015-11-17  Released-By: PERLANCAR
        - First, early release. Currently only inserts "BENCHMARKED MODULES"
          section.