Skip to content

Commit 7c79767

Browse files
committed
Updating CHANGELOG
1 parent a1ddd91 commit 7c79767

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Changelog
22

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)
44

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)
66

77
**Closed issues:**
88

9+
- ruby\_binary - how to package up runfiles dir [\#101](https://github.com/bazelruby/rules_ruby/issues/101)
910
- 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)
1012
- 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)
1115

1216
**Merged pull requests:**
1317

18+
- Adding makefile for auto-generating PDF [\#106](https://github.com/bazelruby/rules_ruby/pull/106) ([kigster](https://github.com/kigster))
1419
- Massive upgrade of everything at once ;-\) [\#105](https://github.com/bazelruby/rules_ruby/pull/105) ([kigster](https://github.com/kigster))
1520
- Support ruby 3 [\#103](https://github.com/bazelruby/rules_ruby/pull/103) ([mmizutani](https://github.com/mmizutani))
1621
- 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,17 +26,6 @@
2126
- Remove print statements from ruby\_runtime.bzl [\#84](https://github.com/bazelruby/rules_ruby/pull/84) ([adzenith](https://github.com/adzenith))
2227
- Document path argument to ruby\_test [\#80](https://github.com/bazelruby/rules_ruby/pull/80) ([sayrer](https://github.com/sayrer))
2328

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-
3529
## [v0.4.1](https://github.com/bazelruby/rules_ruby/tree/v0.4.1) (2020-08-10)
3630

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

0 commit comments

Comments
 (0)