|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/bazelruby/rules_ruby/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.4.1...HEAD) |
| 5 | +[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.5.0...HEAD) |
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) |
10 |
| -- `warning: string literal in condition` from generated wrapper [\#87](https://github.com/bazelruby/rules_ruby/issues/87) |
11 |
| -- ruby\_rspec specs argument not resolved [\#79](https://github.com/bazelruby/rules_ruby/issues/79) |
12 |
| -- ruby\_test and ruby\_rspec rules use system ruby [\#63](https://github.com/bazelruby/rules_ruby/issues/63) |
| 9 | +- bin/setup Failure [\#95](https://github.com/bazelruby/rules_ruby/issues/95) |
| 10 | +- Setup script attempts to delete ~/.rbenv if rbenv is installed with Homebrew [\#81](https://github.com/bazelruby/rules_ruby/issues/81) |
13 | 11 |
|
14 | 12 | **Merged pull requests:**
|
15 | 13 |
|
| 14 | +- Massive upgrade of everything at once ;-\) [\#105](https://github.com/bazelruby/rules_ruby/pull/105) ([kigster](https://github.com/kigster)) |
16 | 15 | - Support ruby 3 [\#103](https://github.com/bazelruby/rules_ruby/pull/103) ([mmizutani](https://github.com/mmizutani))
|
17 | 16 | - 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))
|
18 | 17 | - Bump nokogiri from 1.10.10 to 1.11.2 in /examples/simple\_rails\_api [\#94](https://github.com/bazelruby/rules_ruby/pull/94) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
22 | 21 | - Remove print statements from ruby\_runtime.bzl [\#84](https://github.com/bazelruby/rules_ruby/pull/84) ([adzenith](https://github.com/adzenith))
|
23 | 22 | - Document path argument to ruby\_test [\#80](https://github.com/bazelruby/rules_ruby/pull/80) ([sayrer](https://github.com/sayrer))
|
24 | 23 |
|
| 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 | + |
25 | 35 | ## [v0.4.1](https://github.com/bazelruby/rules_ruby/tree/v0.4.1) (2020-08-10)
|
26 | 36 |
|
27 | 37 | [Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.4.0...v0.4.1)
|
|
0 commit comments