Skip to content

Commit 4e52611

Browse files
committed
version bump to v1.4.0.rc1
1 parent 3c0569e commit 4e52611

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

History.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
next / unreleased
1+
1.4.0.rc1 / 2023-11-26
22
-----------------
33

4-
* Add Ruby 3.3.0-preview3 cross-compilation support.
4+
* Add Ruby 3.3.0-preview3 cross-compilation support. #105 (@flavorjones)
5+
* Update to rake-compiler 1.2.5. #108 (@flavorjones)
56

67

78
1.3.1 / 2023-10-14

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.3.1"
3-
IMAGE_VERSION = "1.3.1"
2+
VERSION = "1.4.0.rc1"
3+
IMAGE_VERSION = "1.4.0.rc1"
44
end

0 commit comments

Comments
 (0)