Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sacckey committed Sep 29, 2024
1 parent a7f0186 commit 89fa6b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [1.4.0] - 2024-09-29

- Works on browser using ruby.wasm

## [1.3.2] - 2024-05-04

- Revert "Enable YJIT when initialize"
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.3.2)
rubyboy (1.4.0)
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.3.2'
VERSION = '1.4.0'
end

0 comments on commit 89fa6b7

Please sign in to comment.