We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302b7db commit ba59bb8Copy full SHA for ba59bb8
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Unreleased
2
3
+# 1.20.1
4
+
5
* 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.
7
8
# 1.20.0
9
lib/bootsnap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bootsnap
- VERSION = "1.20.0"
+ VERSION = "1.20.1"
end
0 commit comments