Skip to content

Commit efb56e4

Browse files
committed
Release 1.18.0
1 parent 7eb03b2 commit efb56e4

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.18.0
4+
35
* `Bootsnap.instrumentation` now receive `:hit` events.
46
* Add `Bootsnap.log_stats!` to print hit rate statistics on process exit. Can also be enabled with `BOOTSNAP_STATS=1`.
57
* Revalidate stale cache entries by digesting the source content.

lib/bootsnap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Bootsnap
4-
VERSION = "1.17.1"
4+
VERSION = "1.18.0"
55
end

0 commit comments

Comments
 (0)