Release 1.9.4

This commit is contained in:
Jean Boussier 2022-01-10 22:21:32 +01:00
parent 7ccddb7fff
commit 96748096df
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Unreleased
# 1.9.4
* Ignore absolute paths in the loaded feature index. (#385)
This fixes a compatibility issue with Zeitwerk when Zeitwerk is loaded before bootsnap. It also should
reduce the memory usage and improve load performance of Zeitwerk managed files.

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Bootsnap
VERSION = "1.9.3"
VERSION = "1.9.4"
end