We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fca51 commit d0b6b48Copy full SHA for d0b6b48
3 files changed
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.45] - 2026-01-21
11
+
12
+### Fixed
13
+- Remove non-existent `rbs_generator.rb` from WASM build script (#42)
14
15
## [0.0.44] - 2026-01-17
16
17
### Added
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- t-ruby (0.0.44)
+ t-ruby (0.0.45)
5
benchmark
6
thor (~> 1.0)
lib/t_ruby/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module TRuby
- VERSION = "0.0.44"
+ VERSION = "0.0.45"
end
0 commit comments