Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Mar 18, 2022
1 parent b70a547 commit c18c525
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CHANGELOG

## 0.2.0 (2022-03-18)

This is a maintenance release to support the latest version of RBS.

* Update to the latest RBS ([#11](https://github.com/square/rbs_protobuf/pull/11))
* Type check with Steep ([#11](https://github.com/square/rbs_protobuf/pull/11))
* Drop Ruby 2.6 support ([#11](https://github.com/square/rbs_protobuf/pull/11))
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rbs_protobuf (0.1.0)
rbs_protobuf (0.2.0)
activesupport (>= 4.0)
rbs (>= 2.2.0)

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ To install this gem onto your local machine, run `bundle exec rake install`. To

Bug reports and pull requests are welcome on GitHub at https://github.com/square/rbs_protobuf.


## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
2 changes: 1 addition & 1 deletion lib/rbs_protobuf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RBSProtobuf
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit c18c525

Please sign in to comment.