Fpm version 0.8.1 released

Fpm version 0.8.1 released

This release introduces a hotfix for the automated dependency tree feature introduced in v0.8.0. Fpm now restored backward-compatible dependency priority, which ensures that, whenever different versions of the same dependency are found down the dependency tree, the first and foremost is used. Unnecessary dependency updates are also shed from the build process.

Find the full release notes here.

Many thanks to Sebastian Ehlert (@awvwgk), Brad Richardson (@everythingfunctional), John Urban (@urbanjost), for testing the new release and allowing this hotfix to be deployed quickly.

Changelog

  • Only update dependencies between cached build and manifest (fix) by @perazz in fpm#871

  • Print dependency update messages on verbosity>0 (fix) by @perazz in fpm#873

  • Automated dependency update: restore deterministic behavior by @perazz in fpm#875