Skip to content

Commit fac34b8

Browse files
committed
Release 1.20.0
1 parent 71311d4 commit fac34b8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.20.0
4+
35
* Optimized load path scanning with a C extension. Should be about 2x faster on supported platforms.
46

57
# 1.19.0

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.19.0"
4+
VERSION = "1.20.0"
55
end

0 commit comments

Comments
 (0)