|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/bazelruby/rules_ruby/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.4.1...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 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) |
| 13 | + |
| 14 | +**Merged pull requests:** |
| 15 | + |
| 16 | +- Support ruby 3 [\#103](https://github.com/bazelruby/rules_ruby/pull/103) ([mmizutani](https://github.com/mmizutani)) |
| 17 | +- 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 | +- 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)) |
| 19 | +- Update README.md [\#93](https://github.com/bazelruby/rules_ruby/pull/93) ([JustusFT](https://github.com/JustusFT)) |
| 20 | +- Fix warning due to string literal in condition [\#91](https://github.com/bazelruby/rules_ruby/pull/91) ([russell](https://github.com/russell)) |
| 21 | +- Add description for how to configure ASDF [\#90](https://github.com/bazelruby/rules_ruby/pull/90) ([russell](https://github.com/russell)) |
| 22 | +- Remove print statements from ruby\_runtime.bzl [\#84](https://github.com/bazelruby/rules_ruby/pull/84) ([adzenith](https://github.com/adzenith)) |
| 23 | +- Document path argument to ruby\_test [\#80](https://github.com/bazelruby/rules_ruby/pull/80) ([sayrer](https://github.com/sayrer)) |
| 24 | + |
3 | 25 | ## [v0.4.1](https://github.com/bazelruby/rules_ruby/tree/v0.4.1) (2020-08-10)
|
4 | 26 |
|
5 | 27 | [Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.4.0...v0.4.1)
|
6 | 28 |
|
7 |
| - * Switched from `develop` to `master` as the base branch & updated README |
8 |
| - |
9 | 29 | ## [v0.4.0](https://github.com/bazelruby/rules_ruby/tree/v0.4.0) (2020-08-04)
|
10 | 30 |
|
11 | 31 | [Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.3.0...v0.4.0)
|
|
29 | 49 | **Closed issues:**
|
30 | 50 |
|
31 | 51 | - 🐛 "Could not create symlink... \(File exists\)" [\#54](https://github.com/bazelruby/rules_ruby/issues/54)
|
32 |
| -- When using a local ruby installation it includes the local `LOAD\_PATH` [\#44](https://github.com/bazelruby/rules_ruby/issues/44) |
33 |
| -- \[Cleanup\] Pretty sure `eval` is never used in `repository\_context` [\#43](https://github.com/bazelruby/rules_ruby/issues/43) |
| 52 | +- When using a local ruby installation it includes the local `LOAD_PATH` [\#44](https://github.com/bazelruby/rules_ruby/issues/44) |
| 53 | +- \[Cleanup\] Pretty sure `eval` is never used in `repository_context` [\#43](https://github.com/bazelruby/rules_ruby/issues/43) |
34 | 54 | - Importing a bundle gem adds all gems onto the load path \(although they are not there\) [\#42](https://github.com/bazelruby/rules_ruby/issues/42)
|
35 | 55 | - Support Ruby Lambda with the Gemfile full of dependencies. [\#33](https://github.com/bazelruby/rules_ruby/issues/33)
|
36 | 56 | - Support AWS Ruby Lambda with Bazel Rules [\#27](https://github.com/bazelruby/rules_ruby/issues/27)
|
|
55 | 75 |
|
56 | 76 | **Fixed bugs:**
|
57 | 77 |
|
58 |
| -- Make `rules\_ruby/examples` a deeper tree structure and ensure CircleCI integration pass [\#10](https://github.com/bazelruby/rules_ruby/issues/10) |
| 78 | +- Make `rules_ruby/examples` a deeper tree structure and ensure CircleCI integration pass [\#10](https://github.com/bazelruby/rules_ruby/issues/10) |
59 | 79 |
|
60 | 80 | **Closed issues:**
|
61 | 81 |
|
62 | 82 | - Ability to package all files related to a bazel target in a zip file [\#29](https://github.com/bazelruby/rules_ruby/issues/29)
|
63 | 83 | - Build rules\_ruby on CircleCI using workflows \(in addition to Travis\) [\#26](https://github.com/bazelruby/rules_ruby/issues/26)
|
64 | 84 | - Restore functionality that supported symlinking an existing Ruby interpreter [\#21](https://github.com/bazelruby/rules_ruby/issues/21)
|
| 85 | +- Move ruby files under ruby\_rules/examples into a mini-mono repo [\#8](https://github.com/bazelruby/rules_ruby/issues/8) |
65 | 86 |
|
66 | 87 | **Merged pull requests:**
|
67 | 88 |
|
|
0 commit comments