Skip to content

Commit 240ae8f

Browse files
committed
Version 3.0.1
1 parent 88f4f55 commit 240ae8f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
## master
44

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+
511
## 3.0.0 (2023-02-22)
612

713
Read [the release note](https://github.com/ruby/rbs/wiki/Release-Note-3.0) for the overview of the changes.

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 (3.0.0)
4+
rbs (3.0.1)
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 = "3.0.0"
4+
VERSION = "3.0.1"
55
end

0 commit comments

Comments
 (0)