Skip to content

Commit 91a9405

Browse files
committed
Updating CHANGELOG
1 parent e7bcedb commit 91a9405

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [v0.5.2](https://github.com/bazelruby/rules_ruby/tree/v0.5.2) (2021-07-09)
4+
5+
[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.5.1...v0.5.2)
6+
7+
**Closed issues:**
8+
9+
- require\_paths attribute does not work [\#97](https://github.com/bazelruby/rules_ruby/issues/97)
10+
- google-protobuf and grpc gems fail [\#86](https://github.com/bazelruby/rules_ruby/issues/86)
11+
- Ruby Gem isn't including generated files [\#85](https://github.com/bazelruby/rules_ruby/issues/85)
12+
13+
**Merged pull requests:**
14+
15+
- Add `includes` option to `ruby_bundle` rule for per-gem load path customization [\#102](https://github.com/bazelruby/rules_ruby/pull/102) ([mmizutani](https://github.com/mmizutani))
16+
17+
## [v0.5.1](https://github.com/bazelruby/rules_ruby/tree/v0.5.1) (2021-07-08)
18+
19+
[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.5.0...v0.5.1)
20+
21+
**Closed issues:**
22+
23+
- `ruby_bundle` should support local gems [\#62](https://github.com/bazelruby/rules_ruby/issues/62)
24+
25+
**Merged pull requests:**
26+
27+
- feat: Support mapping the vendor cache from workspace [\#92](https://github.com/bazelruby/rules_ruby/pull/92) ([russell](https://github.com/russell))
28+
329
## [v0.5.0](https://github.com/bazelruby/rules_ruby/tree/v0.5.0) (2021-07-08)
430

531
[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.4.1...v0.5.0)

0 commit comments

Comments
 (0)