Skip to content

Commit 0a5fbab

Browse files
committed
Version 2.8.2
1 parent de69fb4 commit 0a5fbab

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## master
44

5+
## 2.8.2 (2022-12-21)
6+
7+
### Signature updates
8+
9+
* `YAML.load` ([#1170](https://github.com/ruby/rbs/pull/1170))
10+
11+
### Library changes
12+
13+
* Add the methods of the `prepend`ed module itself ([#1182](https://github.com/ruby/rbs/pull/1182))
14+
15+
### Miscellaneous
16+
17+
* Add `TestSkip` module to skip tests that fails in ruby CI ([#1167](https://github.com/ruby/rbs/pull/1167))
18+
519
## 2.8.1 (2022-11-28)
620

721
### Signature updates

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rbs (2.8.1)
4+
rbs (2.8.2)
55

66
PATH
77
remote: test/assets/test-gem

lib/rbs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RBS
4-
VERSION = "2.8.1"
4+
VERSION = "2.8.2"
55
end

0 commit comments

Comments
 (0)