Skip to content

Commit 95667d7

Browse files
committed
Version 2.7.0.pre.3
1 parent f0c82da commit 95667d7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 2.7.0.pre.3 (2022-10-06)
6+
7+
### Signature updates
8+
9+
* rubygems ([#1107](https://github.com/ruby/rbs/pull/1107))
10+
* `OptionParser` ([#1114](https://github.com/ruby/rbs/pull/1114))
11+
512
## 2.7.0.pre.2 (2022-09-20)
613

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

0 commit comments

Comments
 (0)