We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523886c commit 8253255Copy full SHA for 8253255
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## master
4
5
+## 3.0.4 (2023-03-13)
6
+
7
+### Library changes
8
9
+* Add missing implementation to support class/module alias ([#1271](https://github.com/ruby/rbs/pull/1271))
10
11
## 3.0.3 (2023-03-07)
12
13
### Library changes
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- rbs (3.0.3)
+ rbs (3.0.4)
remote: test/assets/test-gem
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.0.3"
+ VERSION = "3.0.4"
end
0 commit comments