Skip to content

Commit 114086d

Browse files
committed
version bump to v1.5.1
1 parent 6048ed1 commit 114086d

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+
## 1.5.1 / 2024-06-03
4+
5+
### Improvements
6+
7+
The `x86_64-linux-gnu` and `x86-linux-gnu` containers (based on `manylinux_2014`) now have a modern version of `pkg-config`, v0.29.2, installed on them in `/usr/local/bin/pkg-config`. The distro's version (v0.27.1) is still in `/usr/bin/pkg-config` if you need to fall back for some reason, but the newer version will be used by default and should be backwards-compatible. (#121, #123 by @flavorjones)
8+
9+
310
## 1.5.0 / 2024-02-25
411

512
### Notable 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.5.1.dev"
3-
IMAGE_VERSION = "1.5.1.dev"
2+
VERSION = "1.5.1"
3+
IMAGE_VERSION = "1.5.1"
44
end

0 commit comments

Comments
 (0)