Skip to content

Commit 49ba06a

Browse files
committed
Version 3.0.3
1 parent f6fea7b commit 49ba06a

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 3.0.3 (2023-03-07)
6+
7+
### Library changes
8+
9+
* Fix `DefinitionBuilder` ([\#1268](https://github.com/ruby/rbs/pull/1268))
10+
11+
#### rbs collection
12+
13+
* Skip dependencies not included in `Gemfile.lock` ([\#1266](https://github.com/ruby/rbs/pull/1266))
14+
15+
### Miscellaneous
16+
17+
* Skip RBS validation on Ruby CI ([\#1264](https://github.com/ruby/rbs/pull/1264), [\#1263](https://github.com/ruby/rbs/pull/1263))
18+
519
## 3.0.2 (2023-03-01)
620

721
### Library changes

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rbs (3.0.2)
4+
rbs (3.0.3)
55

66
PATH
77
remote: test/assets/test-gem
@@ -115,4 +115,4 @@ DEPENDENCIES
115115
test-unit
116116

117117
BUNDLED WITH
118-
2.4.6
118+
2.4.7

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.2"
4+
VERSION = "3.0.3"
55
end

0 commit comments

Comments
 (0)