We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf5f12 commit c789819Copy full SHA for c789819
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 1.17.0
4
+
5
* Ensure `$LOAD_PATH.dup` is Ractor shareable to fix an conflit with `did_you_mean`.
6
* Allow to ignore direcotries using absolute paths.
7
* Support YAML and JSON CompileCache on TruffleRuby.
lib/bootsnap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bootsnap
- VERSION = "1.16.0"
+ VERSION = "1.17.0"
end
0 commit comments