We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aae130 commit cc37afbCopy full SHA for cc37afb
History.md
@@ -1,5 +1,12 @@
1
# `rake-compiler/rake-compiler-dock` Changelog
2
3
+## v1.7.0 / 2024-12-25
4
+
5
+### Ruby 3.4 support
6
7
+- Add Ruby 3.4.0 cross-compilation support.
8
9
10
## v1.7.0.rc1 / 2024-12-13
11
12
### Ruby 3.4 support
lib/rake_compiler_dock/version.rb
@@ -1,4 +1,4 @@
module RakeCompilerDock
- VERSION = "1.7.0.rc1"
- IMAGE_VERSION = "1.7.0.rc1"
+ VERSION = "1.7.0"
+ IMAGE_VERSION = "1.7.0"
end
0 commit comments