We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4479c0 commit 51cceccCopy full SHA for 51ccecc
2 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 1.24.1
4
+
5
* Fix encoding of Ruby source files loaded when `BOOTSNAP_READONLY` is set.
6
Files would incorectly be loaded in `ASCII-8BIT` causing literal strings outside
7
the pure ASCII range to have `ASCII-8BIT` encoding instead of `UTF-8`.
lib/bootsnap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bootsnap
- VERSION = "1.24.0"
+ VERSION = "1.24.1"
end
0 commit comments