Skip to content

Commit

Permalink
Merge pull request #288 from pocke/Bump_up_version_to_v0_12_1
Browse files Browse the repository at this point in the history
Bump up version to v0.12.1
  • Loading branch information
pocke authored Nov 15, 2024
2 parents 5f5c8f8 + 7a76fb7 commit 4c75d92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## master (unreleased)

## 0.12.1

* Drop support for old Rubies. [#284](https://github.com/pocke/rbs_rails/pull/284)
* Make type names absolute to avoid referring to incorrect class. [#265](https://github.com/pocke/rbs_rails/pull/265)
* Avoid to create directory on initialization. [#261](https://github.com/pocke/rbs_rails/pull/261)
* Make `build_*` methods parameters optional. [#258](https://github.com/pocke/rbs_rails/pull/258)
* Skip to define rake tasks when rbs_rails is not able to load. [#251](https://github.com/pocke/rbs_rails/pull/251)

## 0.12.0

* Support RBS v3. [#246](https://github.com/pocke/rbs_rails/pull/246)
Expand Down
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_rails (0.12.0)
rbs_rails (0.12.1)
parser
rbs (>= 1)

Expand Down
2 changes: 1 addition & 1 deletion lib/rbs_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module RbsRails
# Because of copy_signatures is defined by lib/rbs_rails.rb
# @dynamic self.copy_signatures

VERSION = "0.12.0"
VERSION = "0.12.1"
end

0 comments on commit 4c75d92

Please sign in to comment.