|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/bazelruby/rules_ruby/tree/HEAD) |
| 3 | +## [v0.5.0](https://github.com/bazelruby/rules_ruby/tree/v0.5.0) (2021-07-08) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.5.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.4.1...v0.5.0) |
6 | 6 |
|
7 | 7 | **Closed issues:** |
8 | 8 |
|
| 9 | +- ruby\_binary - how to package up runfiles dir [\#101](https://github.com/bazelruby/rules_ruby/issues/101) |
9 | 10 | - bin/setup Failure [\#95](https://github.com/bazelruby/rules_ruby/issues/95) |
| 11 | +- `warning: string literal in condition` from generated wrapper [\#87](https://github.com/bazelruby/rules_ruby/issues/87) |
10 | 12 | - Setup script attempts to delete ~/.rbenv if rbenv is installed with Homebrew [\#81](https://github.com/bazelruby/rules_ruby/issues/81) |
| 13 | +- ruby\_rspec specs argument not resolved [\#79](https://github.com/bazelruby/rules_ruby/issues/79) |
| 14 | +- ruby\_test and ruby\_rspec rules use system ruby [\#63](https://github.com/bazelruby/rules_ruby/issues/63) |
11 | 15 |
|
12 | 16 | **Merged pull requests:** |
13 | 17 |
|
| 18 | +- Adding makefile for auto-generating PDF [\#106](https://github.com/bazelruby/rules_ruby/pull/106) ([kigster](https://github.com/kigster)) |
14 | 19 | - Massive upgrade of everything at once ;-\) [\#105](https://github.com/bazelruby/rules_ruby/pull/105) ([kigster](https://github.com/kigster)) |
15 | 20 | - Support ruby 3 [\#103](https://github.com/bazelruby/rules_ruby/pull/103) ([mmizutani](https://github.com/mmizutani)) |
16 | 21 | - Bump nokogiri from 1.11.2 to 1.11.5 in /examples/simple\_rails\_api [\#99](https://github.com/bazelruby/rules_ruby/pull/99) ([dependabot[bot]](https://github.com/apps/dependabot)) |
|
21 | 26 | - Remove print statements from ruby\_runtime.bzl [\#84](https://github.com/bazelruby/rules_ruby/pull/84) ([adzenith](https://github.com/adzenith)) |
22 | 27 | - Document path argument to ruby\_test [\#80](https://github.com/bazelruby/rules_ruby/pull/80) ([sayrer](https://github.com/sayrer)) |
23 | 28 |
|
24 | | -## [v0.5.0](https://github.com/bazelruby/rules_ruby/tree/v0.5.0) (2021-07-08) |
25 | | - |
26 | | -[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.4.1...v0.5.0) |
27 | | - |
28 | | -**Closed issues:** |
29 | | - |
30 | | -- ruby\_binary - how to package up runfiles dir [\#101](https://github.com/bazelruby/rules_ruby/issues/101) |
31 | | -- `warning: string literal in condition` from generated wrapper [\#87](https://github.com/bazelruby/rules_ruby/issues/87) |
32 | | -- ruby\_rspec specs argument not resolved [\#79](https://github.com/bazelruby/rules_ruby/issues/79) |
33 | | -- ruby\_test and ruby\_rspec rules use system ruby [\#63](https://github.com/bazelruby/rules_ruby/issues/63) |
34 | | - |
35 | 29 | ## [v0.4.1](https://github.com/bazelruby/rules_ruby/tree/v0.4.1) (2020-08-10) |
36 | 30 |
|
37 | 31 | [Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.4.0...v0.4.1) |
|
0 commit comments