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 6f60082 commit 011d021Copy full SHA for 011d021
CHANGELOG.md
@@ -7,7 +7,10 @@ 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
+## [0.0.46] - 2026-01-21
11
+
12
+### Changed
13
+- Switch to OIDC Trusted Publishing for RubyGems deployment
14
15
### Fixed
16
- Remove non-existent `rbs_generator.rb` from WASM build script (#42)
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- t-ruby (0.0.45)
+ t-ruby (0.0.46)
5
benchmark
6
thor (~> 1.0)
lib/t_ruby/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module TRuby
- VERSION = "0.0.45"
+ VERSION = "0.0.46"
end
0 commit comments