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 eb3eb4c commit 0f1e37eCopy full SHA for 0f1e37e
History.md
@@ -1,5 +1,11 @@
1
# `rake-compiler/rake-compiler-dock` Changelog
2
3
+## v1.7.1 / 2025-01-03
4
+
5
+- Bump rake-compiler dependency to v1.2.9 (from v1.2.5).
6
+- Bump Ruby to v3.4.1 (from v3.4.0) to address `ruby_abi_version` issues.
7
8
9
## v1.7.0 / 2024-12-25
10
11
### Ruby 3.4 support
lib/rake_compiler_dock/version.rb
@@ -1,4 +1,4 @@
module RakeCompilerDock
- VERSION = "1.7.0"
- IMAGE_VERSION = "1.7.0"
+ VERSION = "1.7.1"
+ IMAGE_VERSION = "1.7.1"
end
0 commit comments