We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7012d18 commit f7f9cfeCopy full SHA for f7f9cfe
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## [Unreleased]
2
3
+## [1.4.2] - 2025-01-11
4
+
5
+- Use DefaultRubyVM
6
+- Bump ruby.wasm version to 2.7.0
7
8
## [1.4.1] - 2024-12-25
9
10
- PPU performance optimization through data caching and pixel format changes
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rubyboy (1.4.1)
+ rubyboy (1.4.2)
ffi (~> 1.16, >= 1.16.3)
GEM
lib/rubyboy/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Rubyboy
- VERSION = '1.4.1'
+ VERSION = '1.4.2'
end
0 commit comments