We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb03b2 commit efb56e4Copy full SHA for efb56e4
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 1.18.0
4
+
5
* `Bootsnap.instrumentation` now receive `:hit` events.
6
* Add `Bootsnap.log_stats!` to print hit rate statistics on process exit. Can also be enabled with `BOOTSNAP_STATS=1`.
7
* Revalidate stale cache entries by digesting the source content.
lib/bootsnap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bootsnap
- VERSION = "1.17.1"
+ VERSION = "1.18.0"
end
0 commit comments