Skip to content

Commit

Permalink
Release v4.6.6
Browse files Browse the repository at this point in the history
This release includes fixes to place the <bundle>-extra-files into a persistent
location, which will automatically inject listed files into a mix, reducing
manual intervention by mixer users when building a mix with unconventional
or files that are not part of any bundle by default.  Bsdiff error output
is more standard and consistent, displaying the proper delta information to
make debugging failing cases easier.

Signed-off-by: Tudor Marcu <[email protected]>
  • Loading branch information
tmarcu committed Jun 29, 2018
1 parent e8e8116 commit 6614ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (
)

// Version of Mixer. Also used by the Makefile for releases.
const Version = "4.6.5"
const Version = "4.6.6"

// Native controls whether mixer runs the command on the native machine or in a
// container.
Expand Down

0 comments on commit 6614ab1

Please sign in to comment.