File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Add support for ARM64 host images and release rake-compiler-dock host images for ARM64 and x86_64. #140
6
+ - Add new target platform ` aarch64-mingw-ucrt ` aka Windows on ARM. #152
7
+ - Install ` mig ` which is a Macos specific RPC code generator. #155
8
+ - Add ` RCD_IMAGE_VERSION ` env var to easily set image version or ` snapshot ` . #163
9
+ - Disable ` rpath ` in cross compiled C extensions, since it is only valid in the build environment. #165
5
10
- Drop support for Ruby 2.4, 2.5, and 2.6. #153 @ianks @flavorjones
6
11
- Remove ` rbenv ` ruby version 2.5.9 from the build container. #153 @ianks @flavorjones
12
+ - Rename ` History.md ` to ` CHANGELOG.md ` which is more common.
7
13
8
14
### CRuby container summary
9
15
10
- - native rubies: 3.4.1 (default), 3.1.6
11
- - ` RUBY_CC_VERSION=3.4.1 :3.3.7 :3.2.6 :3.1.6 :3.0.7:2.7.8 `
16
+ - native rubies: 3.4.5 (default), 3.1.7
17
+ - ` RUBY_CC_VERSION=3.4.5 :3.3.9 :3.2.9 :3.1.7 :3.0.7:2.7.8 `
12
18
13
19
14
20
## v1.9.1 / 2025-01-20
You can’t perform that action at this time.
0 commit comments