We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fecf91 commit 9e840c4Copy full SHA for 9e840c4
History.md
@@ -1,10 +1,11 @@
1
-next / unreleased
+1.3.1 / 2023-10-14
2
------------------
3
4
-* Update to rake-compiler 1.2.2.
+* In the container, `strip` will re-codesign binaries on darwin. #104 (@flavorjones)
5
+* Update to rake-compiler 1.2.2. #101 (@flavorjones)
6
7
-1.3.0 / 2022-01-11
8
+1.3.0 / 2023-01-11
9
10
11
* Add Ruby 3.2 cross-compilation support.
lib/rake_compiler_dock/version.rb
@@ -1,4 +1,4 @@
module RakeCompilerDock
- VERSION = "1.3.0"
- IMAGE_VERSION = "1.3.0"
+ VERSION = "1.3.1"
+ IMAGE_VERSION = "1.3.1"
end
0 commit comments