Skip to content

Commit cc37afb

Browse files
committed
version bump to v1.7.0
1 parent 3aae130 commit cc37afb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `rake-compiler/rake-compiler-dock` Changelog
22

3+
## v1.7.0 / 2024-12-25
4+
5+
### Ruby 3.4 support
6+
7+
- Add Ruby 3.4.0 cross-compilation support.
8+
9+
310
## v1.7.0.rc1 / 2024-12-13
411

512
### Ruby 3.4 support

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.7.0.rc1"
3-
IMAGE_VERSION = "1.7.0.rc1"
2+
VERSION = "1.7.0"
3+
IMAGE_VERSION = "1.7.0"
44
end

0 commit comments

Comments
 (0)