Skip to content

Commit 51ccecc

Browse files
committed
Release 1.24.1
1 parent e4479c0 commit 51ccecc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 1.24.1
4+
35
* Fix encoding of Ruby source files loaded when `BOOTSNAP_READONLY` is set.
46
Files would incorectly be loaded in `ASCII-8BIT` causing literal strings outside
57
the pure ASCII range to have `ASCII-8BIT` encoding instead of `UTF-8`.

lib/bootsnap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Bootsnap
4-
VERSION = "1.24.0"
4+
VERSION = "1.24.1"
55
end

0 commit comments

Comments
 (0)