Skip to content

Commit 8aa41a9

Browse files
committed
chore: Release v0.4.1
1 parent 131b3a1 commit 8aa41a9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## [Unreleased]
22

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+
311
## [0.4.0] - 2025-02-23
412

513
- feat: Implement the function to save as RBS files

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rbs-trace (0.4.0)
4+
rbs-trace (0.4.1)
55
prism (>= 0.3.0)
66
rbs (>= 3.5.0)
77

lib/rbs/trace/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RBS
44
class Trace
5-
VERSION = "0.4.0"
5+
VERSION = "0.4.1"
66
end
77
end

0 commit comments

Comments
 (0)