Skip to content

Commit 8027cb1

Browse files
committed
docs: sync changelog and version for v0.0.46
1 parent 0caccc4 commit 8027cb1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/project/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ All notable changes to T-Ruby will be documented in this file.
1414
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1515
and 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 |

static/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"

0 commit comments

Comments
 (0)