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 b5d46bc commit 2078cc7Copy full SHA for 2078cc7
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## master
4
5
+## 3.0.2 (2023-03-01)
6
+
7
+### Library changes
8
9
+* Delete `RubyVM::AbstractSyntaxTree` stub type definition ([#1259](https://github.com/ruby/rbs/pull/1259))
10
11
## 3.0.1 (2023-02-27)
12
13
### Library changes
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- rbs (3.0.1)
+ rbs (3.0.2)
remote: test/assets/test-gem
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.0.1"
+ VERSION = "3.0.2"
end
0 commit comments