Skip to content

Commit f7f9cfe

Browse files
committed
Bump version to 1.4.2
1 parent 7012d18 commit f7f9cfe

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
@@ -1,5 +1,10 @@
11
## [Unreleased]
22

3+
## [1.4.2] - 2025-01-11
4+
5+
- Use DefaultRubyVM
6+
- Bump ruby.wasm version to 2.7.0
7+
38
## [1.4.1] - 2024-12-25
49

510
- PPU performance optimization through data caching and pixel format changes

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-
rubyboy (1.4.1)
4+
rubyboy (1.4.2)
55
ffi (~> 1.16, >= 1.16.3)
66

77
GEM

lib/rubyboy/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 Rubyboy
4-
VERSION = '1.4.1'
4+
VERSION = '1.4.2'
55
end

0 commit comments

Comments
 (0)