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 e0542c0 commit 06497daCopy full SHA for 06497da
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 1.17.1
4
+
5
* Fix a compatibility issue with the `prism` library that ships with Ruby 3.3. See #463.
6
* Improved the `Kernel#require` decorator to not cause a method redefinition warning. See #461.
7
lib/bootsnap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bootsnap
- VERSION = "1.17.0"
+ VERSION = "1.17.1"
end
0 commit comments