Release 1.9.4
This commit is contained in:
parent
7ccddb7fff
commit
96748096df
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Bootsnap
|
||||
VERSION = "1.9.3"
|
||||
VERSION = "1.9.4"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue