Skip to content

Commit 9e840c4

Browse files
committed
version bump to v1.3.1
1 parent 9fecf91 commit 9e840c4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

History.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
next / unreleased
1+
1.3.1 / 2023-10-14
22
------------------
33

4-
* Update to rake-compiler 1.2.2.
4+
* In the container, `strip` will re-codesign binaries on darwin. #104 (@flavorjones)
5+
* Update to rake-compiler 1.2.2. #101 (@flavorjones)
56

67

7-
1.3.0 / 2022-01-11
8+
1.3.0 / 2023-01-11
89
------------------
910

1011
* Add Ruby 3.2 cross-compilation support.

lib/rake_compiler_dock/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module RakeCompilerDock
2-
VERSION = "1.3.0"
3-
IMAGE_VERSION = "1.3.0"
2+
VERSION = "1.3.1"
3+
IMAGE_VERSION = "1.3.1"
44
end

0 commit comments

Comments
 (0)