File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 1.3.0 / unreleased
1+ 1.3.0 / 2022-01-11
22------------------
33
4- * Add Ruby- 3.2 cross-compilation support.
4+ * Add Ruby 3.2 cross-compilation support.
55* Update RVM installations to latest rubygems.
66* Update to rake-compiler 1.2.1.
77* Reduce pre-installed gems to only rake-compiler and bundler.
88* Install yaml and ffi development headers in the base images, for psych and ffi gem compilation.
99* Ensure autoconf is installed in the base iamges.
10- * Start publishing snapshots to ghcr.io
1110* Bump JRuby to 9.4.0.0
1211* Move docker images to ghcr.io/rake-compiler:
1312 * ` ghcr.io/rake-compiler/rake-compiler-dock-image:1.3.0-jruby `
2019 * ` ghcr.io/rake-compiler/rake-compiler-dock-image:1.3.0-mri-x86-mingw32 `
2120 * ` ghcr.io/rake-compiler/rake-compiler-dock-image:1.3.0-mri-x86_64-darwin `
2221 * ` ghcr.io/rake-compiler/rake-compiler-dock-image:1.3.0-mri-x86_64-linux `
22+ * Start publishing weekly image snapshots.
2323
2424
25251.2.2 / 2022-06-27
Original file line number Diff line number Diff line change 11module RakeCompilerDock
2- VERSION = "1.3.0.dev "
3- IMAGE_VERSION = "1.3.0.dev "
2+ VERSION = "1.3.0"
3+ IMAGE_VERSION = "1.3.0"
44end
You can’t perform that action at this time.
0 commit comments