We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1096d1 commit e8aad0cCopy full SHA for e8aad0c
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.4.8
2
+
3
+* [Prevent FallbackScan from polluting exception cause](https://github.com/Shopify/bootsnap/pull/314)
4
5
# 1.4.7
6
7
* Various performance enhancements
lib/bootsnap/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Bootsnap
- VERSION = "1.4.7"
+ VERSION = "1.4.8"
end
0 commit comments