Skip to content

Commit d0b6b48

Browse files
committed
chore(release): v0.0.45
1 parent 04fca51 commit d0b6b48

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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
11+
12+
### Fixed
13+
- Remove non-existent `rbs_generator.rb` from WASM build script (#42)
14+
1015
## [0.0.44] - 2026-01-17
1116

1217
### Added

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.44)
4+
t-ruby (0.0.45)
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.44"
4+
VERSION = "0.0.45"
55
end

0 commit comments

Comments
 (0)