We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e709d commit 7b04583Copy full SHA for 7b04583
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Unreleased
2
3
+# 1.23.0
4
+
5
* Require Ruby 2.7.
6
+* Fix support for absolute paths in `BOOTSNAP_IGNORE_DIRECTORIES`.
7
8
# 1.22.0
9
lib/bootsnap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bootsnap
- VERSION = "1.22.0"
+ VERSION = "1.23.0"
end
0 commit comments