We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffdeef commit ad2466bCopy full SHA for ad2466b
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## master
4
5
+## 2.7.0 (2022-10-07)
6
+
7
+### Signature updates
8
9
+* `Symbol#start_with?` ([#1118](https://github.com/ruby/rbs/pull/1118))
10
+* `URL::*.build` ([#1118](https://github.com/ruby/rbs/pull/1118))
11
12
## 2.7.0.pre.3 (2022-10-06)
13
14
### Signature updates
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- rbs (2.7.0.pre.3)
+ rbs (2.7.0)
remote: test/assets/test-gem
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "2.7.0.pre.3"
+ VERSION = "2.7.0"
end
0 commit comments