Skip to content

Commit

Permalink
Bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sacckey committed Jan 11, 2025
1 parent 7012d18 commit f7f9cfe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [1.4.2] - 2025-01-11

- Use DefaultRubyVM
- Bump ruby.wasm version to 2.7.0

## [1.4.1] - 2024-12-25

- PPU performance optimization through data caching and pixel format changes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubyboy (1.4.1)
rubyboy (1.4.2)
ffi (~> 1.16, >= 1.16.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rubyboy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rubyboy
VERSION = '1.4.1'
VERSION = '1.4.2'
end

0 comments on commit f7f9cfe

Please sign in to comment.