Skip to content

Commit a173ba7

Browse files
committed
version bump to v1.9.0
1 parent f003cc8 commit a173ba7

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

History.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# `rake-compiler/rake-compiler-dock` Changelog
22

3+
## v1.9.0 / 2025-01-19
4+
5+
### Changes
6+
7+
- Bump Ruby 3.3 to v3.3.7 (from v3.3.5). #147 @flavorjones
8+
- The default `rbenv` ruby in the container is now Ruby v3.4.1 (previously the default was 3.1.6), which allows gems to drop Ruby 3.1 from their gemspecs. Fixes #145. #146 @flavorjones
9+
- Ruby 3.4.x, 3.3.x, 3.2.x, 3.1.x, and 3.0.x are cross-compiled using Ruby v3.4.1. #146 @flavorjones
10+
11+
### CRuby container summary
12+
13+
- native rubies: 3.4.1 (default), 3.1.6, 2.5.9
14+
- `RUBY_CC_VERSION=3.4.1:3.3.7:3.2.6:3.1.6:3.0.7:2.7.8:2.6.10:2.5.9:2.4.10`
15+
16+
317
## v1.8.0 / 2025-01-05
418

519
### Notable changes
@@ -13,6 +27,11 @@ All versions of Ruby in the build containers are the latest patch version. #135
1327
- (Darwin) Set `OSXCROSS_PKG_CONFIG_USE_NATIVE_VARIABLES=1` to successfully build the 3.0 series.
1428
- (Darwin) The linker flags include `-Wl,-flat_namespace` for 2.7, 3.0, 3.1, 3.2, 3.3, and 3.4 rubies. Previously this was only needed for 3.2+, but code backported to 2.7.7, 3.0.5, and 3.1.3 required it for those versions as well.
1529

30+
### CRuby container summary
31+
32+
- native rubies: 3.1.6 (default), 2.5.9
33+
- `RUBY_CC_VERSION=3.4.1:3.3.5:3.2.6:3.1.6:3.0.7:2.7.8:2.6.10:2.5.9:2.4.10`
34+
1635

1736
## v1.7.1 / 2025-01-03
1837

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.8.0"
3-
IMAGE_VERSION = "1.8.0"
2+
VERSION = "1.9.0"
3+
IMAGE_VERSION = "1.9.0"
44
end

0 commit comments

Comments
 (0)