Skip to content

Commit

Permalink
version bump to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jun 3, 2024
1 parent 6048ed1 commit 114086d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `rake-compiler/rake-compiler-dock` Changelog

## 1.5.1 / 2024-06-03

### Improvements

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)


## 1.5.0 / 2024-02-25

### Notable changes
Expand Down
4 changes: 2 additions & 2 deletions lib/rake_compiler_dock/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module RakeCompilerDock
VERSION = "1.5.1.dev"
IMAGE_VERSION = "1.5.1.dev"
VERSION = "1.5.1"
IMAGE_VERSION = "1.5.1"
end

0 comments on commit 114086d

Please sign in to comment.