Skip to content

Commit 12d74cd

Browse files
committed
Adding CHANGELOG and VERSION.yml file. Bump version to 0.3.0
1 parent 4910f10 commit 12d74cd

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# 0.3.0 / 2020-03-02
2+
3+
[Total Changes since v0.2.0](https://github.com/bazelruby/rules_ruby/compare/v0.2.0...v0.3.0)
4+
5+
**2,221 additions and 631 deletions in 71 changed files.**
6+
7+
## Backwards Incompatible Changes
8+
9+
* Main workspace has been renamed from `bazelruby_ruby_rules` to `bazelruby_rules_ruby`
10+
* Global function `ruby_register_toolchains` has been renamed to `rules_ruby_select_sdk`
11+
* Global function `ruby_rules_dependencies` has been renamed to `rules_ruby_dependencies`
12+
* `bundle_install` has been removed in favor of `ruby_bundle`.
13+
14+
## Other Changes
15+
16+
* Introduced `ruby_gem` rule for packaging Ruby sources into a RubyGem-compatible zip file. Note, the resulting file has `.zip` extension.
17+
* Introduced `ruby_rubocop` rule for running rubocop in analysis mode or auto-correcting mode.
18+
* Added an example gem workspace under `examples/example-gem`
19+
* Default ruby used is now 2.7.0. We also now allow 2.7.0 to be built by Bazel.
20+
* Bazelisk has been updated to 1.3.0
21+
* Updated Bazel version from 2.0.0 to 2.1.0
22+
* Updated gem versions in the Gemfile
23+
* Changed how the `ruby_bundle` pulls gem's folders into the bundle to include additional files.
24+
* Many other small changes, for full list [please see the diff](https://github.com/bazelruby/rules_ruby/compare/v0.2.0...v0.3.0).
25+
26+
# 0.2.0 / 2020-12-30
27+
28+
[Total Changes since v0.1.0](https://github.com/bazelruby/rules_ruby/compare/v0.1.0...v0.2.0)
29+
30+
# 0.1.0 / 2019-11-20
31+
32+
* Initial migration from [Yugui](https://github.com/yugui) rules ruby.

VERSION.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rules_ruby:
2+
version: 0.3.0
3+
4+
5+

0 commit comments

Comments
 (0)