Skip to content

Commit 011d021

Browse files
committed
chore(release): v0.0.46
1 parent 6f60082 commit 011d021

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.0.45] - 2026-01-21
10+
## [0.0.46] - 2026-01-21
11+
12+
### Changed
13+
- Switch to OIDC Trusted Publishing for RubyGems deployment
1114

1215
### Fixed
1316
- Remove non-existent `rbs_generator.rb` from WASM build script (#42)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
t-ruby (0.0.45)
4+
t-ruby (0.0.46)
55
benchmark
66
thor (~> 1.0)
77

lib/t_ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TRuby
4-
VERSION = "0.0.45"
4+
VERSION = "0.0.46"
55
end

0 commit comments

Comments
 (0)