Skip to content

Commit ba59bb8

Browse files
committed
Release 1.20.1
1 parent 302b7db commit ba59bb8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
22

3+
# 1.20.1
4+
35
* Handle broken symlinks in load path scanning code.
6+
Should fix `Errno::ENOENT fstatat` issues some users have encountered after upgrading to 1.20.0.
47

58
# 1.20.0
69

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

0 commit comments

Comments
 (0)