Skip to content

Commit

Permalink
Release 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jan 21, 2022
1 parent 23b619f commit 7b7bfca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# Unreleased

# 1.10.2

* Reduce the `Kernel.require` extra stack frames some more. Now bootsnap should only add one extra frame per `require` call.

* Better check `freeze` option support in JSON compile cache.
Expand Down
2 changes: 1 addition & 1 deletion lib/bootsnap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bootsnap
VERSION = "1.10.1"
VERSION = "1.10.2"
end

0 comments on commit 7b7bfca

Please sign in to comment.