Skip to content

Commit

Permalink
Bump version to 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
burke committed Jul 22, 2020
1 parent 993f454 commit 530fdb1
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,3 +1,8 @@
# 1.4.7

* Various performance enhancements
* Fix race condition in heavy concurrent load scenarios that would cause bootsnap to raise

# 1.4.6

* Fix bug that was erroneously considering that files containing `.` in the names were being
Expand Down
2 changes: 1 addition & 1 deletion lib/bootsnap/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Bootsnap
VERSION = "1.4.6"
VERSION = "1.4.7"
end

0 comments on commit 530fdb1

Please sign in to comment.