Skip to content

Commit

Permalink
Release 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed May 4, 2021
1 parent 11fa130 commit 22b81ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Unreleased

# 1.7.5

* Handle a regression of Ruby 2.7.3 causing Bootsnap to call the deprecated `untaint` method. (#360)
* Gracefully handle read-only file system as well as other errors preventing to persist the load path cache. (#358)

# 1.7.4

* Stop raising errors when encoutering various file system errors. The cache is now best effort,
Expand Down
2 changes: 1 addition & 1 deletion lib/bootsnap/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Bootsnap
VERSION = "1.7.4"
VERSION = "1.7.5"
end

0 comments on commit 22b81ae

Please sign in to comment.