Skip to content

Commit 6855837

Browse files
committed
version bump to 1.3.0 final
1 parent 039d509 commit 6855837

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

History.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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`
@@ -20,6 +19,7 @@
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

2525
1.2.2 / 2022-06-27

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.0.dev"
3-
IMAGE_VERSION = "1.3.0.dev"
2+
VERSION = "1.3.0"
3+
IMAGE_VERSION = "1.3.0"
44
end

0 commit comments

Comments
 (0)