Skip to content

Commit c4e7dc3

Browse files
committed
version bump to v1.8.0
1 parent f83b50d commit c4e7dc3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

History.md

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

3-
## next / unreleased
3+
## v1.8.0 / 2025-01-05
44

5-
- Base ruby updated to v3.1.6 (from v3.1.3).
5+
### Notable changes
6+
7+
All versions of Ruby in the build containers are the latest patch version. #135 @flavorjones
8+
- `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`
9+
10+
### Other changes
11+
12+
- Base ruby updated to v3.1.6 (from v3.1.3), which is now the default `rbenv` ruby.
13+
- (Darwin) Set `OSXCROSS_PKG_CONFIG_USE_NATIVE_VARIABLES=1` to successfully build the 3.0 series.
14+
- (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.
615

716

817
## v1.7.1 / 2025-01-03

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

0 commit comments

Comments
 (0)