Skip to content

Commit 44dd68a

Browse files
committed
version bump to v1.9.1
1 parent 6812c27 commit 44dd68a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

History.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `rake-compiler/rake-compiler-dock` Changelog
22

3+
## v1.9.1 / 2025-01-20
4+
5+
### Features
6+
7+
- Introduce `RakeCompilerDock.set_ruby_cc_version` to make it easier to set `RUBY_CC_VERSION` without hardcoding specific patch-level ruby versions. See the README for more deteails. #149, #150 @flavorjones
8+
9+
310
## v1.9.0 / 2025-01-19
411

512
### Changes

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.9.0"
3-
IMAGE_VERSION = "1.9.0"
2+
VERSION = "1.9.1"
3+
IMAGE_VERSION = "1.9.1"
44
end

0 commit comments

Comments
 (0)