From 530fdb1d0c9b2ebdd0942173ddd5bf2a0619cba6 Mon Sep 17 00:00:00 2001 From: Burke Libbey Date: Wed, 22 Jul 2020 16:26:49 -0400 Subject: [PATCH] Bump version to 1.4.7 --- CHANGELOG.md | 5 +++++ lib/bootsnap/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7799d292..a199a666 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/lib/bootsnap/version.rb b/lib/bootsnap/version.rb index a8cf5433..00205d0a 100644 --- a/lib/bootsnap/version.rb +++ b/lib/bootsnap/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Bootsnap - VERSION = "1.4.6" + VERSION = "1.4.7" end