Skip to content

Commit 39a7165

Browse files
committed
version bump to v1.4.0
1 parent edfea10 commit 39a7165

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

History.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
1.4.0.rc2 / 2023-12-12
2-
---------------------
3-
4-
* Add Ruby 3.3.0-rc1 cross-compilation support. (@flavorjones)
5-
6-
7-
1.4.0.rc1 / 2023-11-26
8-
----------------------
1+
1.4.0 / 2023-12-26
2+
------------------
93

4+
* Add Ruby 3.3.0-rc1 cross-compilation support. #109, #105 (@flavorjones)
105
* Add Ruby 3.3.0-preview3 cross-compilation support. #105 (@flavorjones)
116
* Update to rake-compiler 1.2.5. #108 (@flavorjones)
127

lib/rake_compiler_dock/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module RakeCompilerDock
2-
VERSION = "1.4.0.rc2"
3-
IMAGE_VERSION = "1.4.0.rc2"
2+
VERSION = "1.4.0"
3+
IMAGE_VERSION = "1.4.0"
44
end

0 commit comments

Comments
 (0)