Skip to content

Commit e8d0477

Browse files
committed
version bump to v1.11.0.rc1
1 parent 6959c96 commit e8d0477

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
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

lib/rake_compiler_dock/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module 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"
44
end

0 commit comments

Comments
 (0)