File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11# ` rake-compiler/rake-compiler-dock ` Changelog
22
3- ## next / unreleased
3+ ## 1.11.0.rc1 / 2025-12-18
44
5- - Add Ruby 4.0.0-preview2 cross-compilation support.
5+ ### Changes
6+
7+ - Add Ruby 4.0.0-preview2 cross-compilation support. @flavorjones
68- Bump Ruby 3.3 to v3.3.10 (from v3.3.9) @flavorjones
79- Bump Ruby 3.4 to v3.4.8 (from v3.4.5) @flavorjones
810- Bump rake-compiler dependency to v1.3.1 (from v1.2.9) @flavorjones
11+ - The default ` rbenv ` ruby in the container is now Ruby v3.4.8 (previously the default was 3.4.5).
12+ - Optimized images by improving layer sharing. @larskanis
913
1014### CRuby container summary
1115
12- - native rubies: 3.4.8 (default), 3.1.7
13- - ` RUBY_CC_VERSION=3.4.8:3.3.10:3.2.9:3.1.7:3.0.7:2.7.8 `
14- - The default ` rbenv ` ruby in the container is now Ruby v3.4.8 (previously the default was 3.4.5).
16+ - native rubies: 4.0.0-preview2, 3.4.8 (default), 3.1.7
17+ - ` RUBY_CC_VERSION=4.0.0:3.4.8:3.3.10:3.2.9:3.1.7:3.0.7:2.7.8 `
1518
1619
1720## 1.10.0 / 2025-10-25
1821
22+ ### Changes
23+
1924- Add support for ARM64 host images and release rake-compiler-dock host images for ARM64 and x86_64. #140
2025- Add new target platform ` aarch64-mingw-ucrt ` aka Windows on ARM. #152
2126- Allow easier selection of the ruby run in the container. #151
Original file line number Diff line number Diff line change 11module RakeCompilerDock
2- VERSION = "1.10.0 "
3- IMAGE_VERSION = "1.10.0 "
2+ VERSION = "1.11.0.rc1 "
3+ IMAGE_VERSION = "1.11.0.rc1 "
44end
You can’t perform that action at this time.
0 commit comments