Skip to content

Commit 0e617a6

Browse files
committed
Add missing changelog
1 parent 675498c commit 0e617a6

File tree

1 file changed

+53
-2
lines changed

1 file changed

+53
-2
lines changed

History.rdoc

+53-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
=== 13.2.1
2+
3+
* Suppressed "internal:array:52:in 'Array#each'" from backtrace by @hsbt in #554
4+
* Bump actions/configure-pages from 4 to 5 by @dependabot in #553
5+
6+
=== 13.2.0
7+
8+
* Fix rule example to be correct by @zenspider in #525
9+
* Switch to use test-unit by @hsbt in #536
10+
* Removed redundant block by @hsbt in #537
11+
* Use Struct instead of OpenStruct. by @hsbt in #545
12+
* Accept FileList object as directory task's target by @gemmaro in #530
13+
* Fix exception when exception has nil backtrace by @janbiedermann in #451
14+
* Add TruffleRuby on CI by @andrykonchin in #551
15+
16+
=== 13.1.0
17+
18+
* Added dependabot.yml for actions by @hsbt in #416
19+
* Add Ruby 3.1 to the CI matrix by @petergoldstein in #415
20+
* (Performance) Remove unnecessary I/O syscalls for FileTasks by @da2x in #393
21+
* Skip test failure with JRuby by @hsbt in #418
22+
* Remove bin/rdoc by @tnir in #421
23+
* Remove bin/rake by @tnir in #422
24+
* Remove bin/bundle by @tnir in #425
25+
* Apply RuboCop linting for Ruby 2.3 by @tnir in #423
26+
* Update rubocop to work with Ruby 2.4 compatible by @tnir in #424
27+
* chore: fix typo in comments by @tnir in #429
28+
* Use 'test' as workflow name on Actions by @tnir in #427
29+
* docs: update CONTRIBUTING.rdoc by @tnir in #428
30+
* Add RuboCop job to Actions by @tnir in #426
31+
* Lock minitest-5.15.0 for Ruby 2.2 by @hsbt in #442
32+
* Eagerly require set in thread_pool.rb by @jeremyevans in #440
33+
* Avoid creating an unnecessary thread pool by @jeremyevans in #441
34+
* Add credit for maintenance in Rake 12/13 by @tnir in #443
35+
* Sh fully echoes commands which error exit by @MarkDBlackwell in #147
36+
* Correct RuboCop offenses by @deivid-rodriguez in #444
37+
* [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #450
38+
* Add ruby 3.2 to test matrix by @hanneskaeufler in #458
39+
* Missing 'do' on example by @zzak in #467
40+
* Try to use dependabot automerge by @hsbt in #470
41+
* Rewrite auto-merge feature for dependabot by @hsbt in #471
42+
* Update bundler in Dependabot by @ono-max in #472
43+
* Fix grammar in help text by @mebezac in #381
44+
* Try to use ruby/ruby/.github/workflows/ruby_versions.yml@master by @hsbt in #475
45+
* Use GitHub Pages Action for generating rdoc page by @hsbt in #477
46+
* Support #detailed_message when task failed by @ksss in #486
47+
* Debug at stop when task fail by @ksss in #489
48+
* Drop to support Ruby 2.2 by @hsbt in #492
49+
* Bump up setup-ruby by @hsbt in #497
50+
* Update development dependencies by @hsbt in #505
51+
152
=== 13.0.6
253

354
* Additional fix for #389
@@ -37,7 +88,7 @@
3788

3889
==== Bug fixes
3990

40-
* Fixed bug: Reenabled task raises previous exception on second invokation
91+
* Fixed bug: Reenabled task raises previous exception on second invokation
4192
Pull Request #271 by thorsteneckel
4293
* Fix an incorrectly resolved arg pattern
4394
Pull Request #327 by mjbellantoni
@@ -48,7 +99,7 @@
4899

49100
* Follows recent changes on keyword arguments in ruby 2.7.
50101
Pull Request #326 by nobu
51-
* Make `PackageTask` be able to omit parent directory while packing files
102+
* Make `PackageTask` be able to omit parent directory while packing files
52103
Pull Request #310 by tonytonyjan
53104
* Add order only dependency
54105
Pull Request #269 by take-cheeze

0 commit comments

Comments
 (0)