Skip to content

Commit d653813

Browse files
committed
Release 1.9.2
1 parent 1aea48e commit d653813

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 1.9.2
4+
35
* Disable compile cache if Ruby 3.0.3's ISeq cache bug is detected.
46
* Fix `Kernel.load` behavior: before `load 'a'` would load `a.rb` (and other tried extensions) and wouldn't load `a` unless `development_mode: true`, now only `a` would be loaded and files with extensions wouldn't be.
57

lib/bootsnap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Bootsnap
3-
VERSION = "1.9.1"
3+
VERSION = "1.9.2"
44
end

0 commit comments

Comments
 (0)