Skip to content

Commit

Permalink
Version 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Dec 21, 2022
1 parent de69fb4 commit 0a5fbab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## master

## 2.8.2 (2022-12-21)

### Signature updates

* `YAML.load` ([#1170](https://github.com/ruby/rbs/pull/1170))

### Library changes

* Add the methods of the `prepend`ed module itself ([#1182](https://github.com/ruby/rbs/pull/1182))

### Miscellaneous

* Add `TestSkip` module to skip tests that fails in ruby CI ([#1167](https://github.com/ruby/rbs/pull/1167))

## 2.8.1 (2022-11-28)

### Signature updates
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 (2.8.1)
rbs (2.8.2)

PATH
remote: test/assets/test-gem
Expand Down
2 changes: 1 addition & 1 deletion lib/rbs/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RBS
VERSION = "2.8.1"
VERSION = "2.8.2"
end

0 comments on commit 0a5fbab

Please sign in to comment.