Skip to content

Commit 797377b

Browse files
committed
Version 2.8.0
1 parent f62363b commit 797377b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 2.8.0 (2022-11-24)
6+
7+
### Signature updates
8+
9+
* random ([#1144](https://github.com/ruby/rbs/pull/1144))
10+
11+
### Library changes
12+
13+
* Fix SEGV when give invalid object to `variables:` ([#1153](https://github.com/ruby/rbs/pull/1153))
14+
15+
### Miscellaneous
16+
17+
* Fix some typos ([#1155](https://github.com/ruby/rbs/pull/1155))
18+
* Fix a formatting some YAML files ([#1154](https://github.com/ruby/rbs/pull/1154))
19+
520
## 2.8.0.pre.1 (2022-11-17)
621

722
### 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.0.pre.1)
4+
rbs (2.8.0)
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.0.pre.1"
4+
VERSION = "2.8.0"
55
end

0 commit comments

Comments
 (0)