We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f4f55 commit 240ae8fCopy full SHA for 240ae8f
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## master
4
5
+## 3.0.1 (2023-02-27)
6
+
7
+### Library changes
8
9
+* Ignore `set` library on loading ([#1251](https://github.com/ruby/rbs/pull/1251))
10
11
## 3.0.0 (2023-02-22)
12
13
Read [the release note](https://github.com/ruby/rbs/wiki/Release-Note-3.0) for the overview of the changes.
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- rbs (3.0.0)
+ rbs (3.0.1)
remote: test/assets/test-gem
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.0.0"
+ VERSION = "3.0.1"
end
0 commit comments