Skip to content

Commit 11dbc37

Browse files
committed
Release 1.18.5
1 parent dcd9327 commit 11dbc37

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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.18.5
4+
35
* Attempt to detect a QEMU bug that can cause `bootsnap precompile` to hang forever when building ARM64 docker images
46
from x86_64 machines. See #495.
57
* Improve CLI to detect cgroup CPU limits and avoid spawning too many worker processes.

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.18.4"
4+
VERSION = "1.18.5"
55
end

0 commit comments

Comments
 (0)