Skip to content

Commit

Permalink
Release 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Apr 21, 2021
1 parent 503e9d5 commit 3e94307
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Unreleased

# 1.7.4

* Stop raising errors when encoutering various file system errors. The cache is now best effort,
if somehow it can't be saved, bootsnapp will gracefully fallback to the original operation (e.g. `Kernel.require`).
(#353, #177, #262)

# 1.7.3

* Disable YAML precompilation when encountering YAML tags. (#351)
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.3"
VERSION = "1.7.4"
end

0 comments on commit 3e94307

Please sign in to comment.