File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ All notable changes to T-Ruby will be documented in this file.
1414The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
1515and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1616
17+ ## [ 0.0.46] - 2026-01-21
18+
19+ ### Changed
20+ - Switch to OIDC Trusted Publishing for RubyGems deployment
21+
22+ ### Fixed
23+ - Remove non-existent ` rbs_generator.rb ` from WASM build script (#42 )
24+
25+ ---
26+
1727## [ 0.0.44] - 2026-01-17
1828
1929### Added
@@ -364,6 +374,7 @@ T-Ruby is released under the MIT License. See LICENSE file for details.
364374
365375| Version | Release Date | Status | Highlights |
366376| ---------| --------------| --------| ------------|
377+ | [ 0.0.46] ( #0046---2026-01-21 ) | 2026-01-21 | Alpha | OIDC Trusted Publishing, WASM fix |
367378| [ 0.0.44] ( #0044---2026-01-17 ) | 2026-01-17 | Alpha | Direct ` trc run ` execution |
368379| [ 0.0.43] ( #0043---2026-01-10 ) | 2026-01-10 | Alpha | Array shorthand syntax ` T[] ` |
369380| [ 0.0.39] ( #0039---2025-12-24 ) | 2025-12-24 | Alpha | TypeScript-style type inference |
Original file line number Diff line number Diff line change 11{
2- "compiler" : " 0.0.44 " ,
2+ "compiler" : " 0.0.46 " ,
33 "vscode" : " 0.2.0" ,
44 "jetbrains" : " 0.1.2" ,
55 "wasm" : " 0.0.8"
You can’t perform that action at this time.
0 commit comments