habitat v0.76.0 Release Notes

Release Date: 2019-02-25 // about 5 years ago
  • Full Changelog

    Behavioral Changes

    • โšก๏ธ Update ChannelIdent to use env::Config::configured_value where appropriate #6169 (baumanj)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix array handling on windows scaffolding #6228 (mwrock) Note: This change to windows scaffolding is to align it with implementation of the Linux scaffolding. The expectation is that scaffolding should be a single item, however in windows it is currently implemented as an array. This will be a breaking change if you are using windows scaffolding with more than one package in $pkg_scaffodling(), as we now only take into account the first item in that array.
    • ๐Ÿ›  Fix scaffolding detection for windows. #6226 (scotthain)
    • โž• Add scaffolding function back, remove correct loop #6223 (scotthain)

    ๐Ÿ”€ Merged Pull Requests