Skip to content

Commit 669c011

Browse files
committed
Version 2.7.0.pre.2
1 parent e070dc8 commit 669c011

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

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.7.0.pre.2 (2022-09-20)
6+
7+
### Signature updates
8+
9+
* `Set` ([#1110](https://github.com/ruby/rbs/pull/1110))
10+
* `RDoc::Markup` ([#1109](https://github.com/ruby/rbs/pull/1109))
11+
12+
### Library changes
13+
14+
* Always skip CR explicitly ([#1112](https://github.com/ruby/rbs/pull/1112))
15+
16+
### Miscellaneous
17+
18+
* Use `append_cflags` for other than GCC ([#1106](https://github.com/ruby/rbs/pull/1106))
19+
520
## 2.7.0.pre.1 (2022-09-02)
621

722
See [Release Note 2.7](https://github.com/ruby/rbs/wiki/Release-Note-2.7) for the highlights of this release.

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.7.0.pre.1)
4+
rbs (2.7.0.pre.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.7.0.pre.1"
4+
VERSION = "2.7.0.pre.2"
55
end

0 commit comments

Comments
 (0)