We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131b3a1 commit 8aa41a9Copy full SHA for 8aa41a9
CHANGELOG.md
@@ -1,5 +1,13 @@
1
## [Unreleased]
2
3
+## [0.4.1] - 2025-02-24
4
+
5
+- fix: Ensure class names are referenced
6
+- fix: Prefer other types over void and untyped
7
+- fix: Fix process to guess return value as void
8
+- fix: Do not parse if the caller is not Ruby
9
+- chore: Auto correct with rubocop-performance
10
11
## [0.4.0] - 2025-02-23
12
13
- feat: Implement the function to save as RBS files
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs-trace (0.4.0)
+ rbs-trace (0.4.1)
prism (>= 0.3.0)
rbs (>= 3.5.0)
lib/rbs/trace/version.rb
@@ -2,6 +2,6 @@
module RBS
class Trace
- VERSION = "0.4.0"
+ VERSION = "0.4.1"
end
0 commit comments