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 3c0569e commit 4e52611Copy full SHA for 4e52611
History.md
@@ -1,7 +1,8 @@
1
-next / unreleased
+1.4.0.rc1 / 2023-11-26
2
-----------------
3
4
-* Add Ruby 3.3.0-preview3 cross-compilation support.
+* Add Ruby 3.3.0-preview3 cross-compilation support. #105 (@flavorjones)
5
+* Update to rake-compiler 1.2.5. #108 (@flavorjones)
6
7
8
1.3.1 / 2023-10-14
lib/rake_compiler_dock/version.rb
@@ -1,4 +1,4 @@
module RakeCompilerDock
- VERSION = "1.3.1"
- IMAGE_VERSION = "1.3.1"
+ VERSION = "1.4.0.rc1"
+ IMAGE_VERSION = "1.4.0.rc1"
end
0 commit comments