Skip to content

Commit

Permalink
version bump to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 6, 2025
1 parent f83b50d commit c4e7dc3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# `rake-compiler/rake-compiler-dock` Changelog

## next / unreleased
## v1.8.0 / 2025-01-05

- Base ruby updated to v3.1.6 (from v3.1.3).
### Notable changes

All versions of Ruby in the build containers are the latest patch version. #135 @flavorjones
- `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`

### Other changes

- Base ruby updated to v3.1.6 (from v3.1.3), which is now the default `rbenv` ruby.
- (Darwin) Set `OSXCROSS_PKG_CONFIG_USE_NATIVE_VARIABLES=1` to successfully build the 3.0 series.
- (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.


## v1.7.1 / 2025-01-03
Expand Down
4 changes: 2 additions & 2 deletions lib/rake_compiler_dock/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module RakeCompilerDock
VERSION = "1.7.1"
IMAGE_VERSION = "1.7.1"
VERSION = "1.8.0"
IMAGE_VERSION = "1.8.0"
end

0 comments on commit c4e7dc3

Please sign in to comment.