Skip to content

libcnb v0.7.0

Compare
Choose a tag to compare
@edmorley edmorley released this 12 Apr 09:18
· 334 commits to main since this release
4e3168a
  • Allow compilation of libcnb.rs buildpacks on Windows. Please note that this does not imply Windows container support, it's meant to allow running unit tests without cross-compiling. (#368)
  • Expose runtime::libcnb_runtime_detect, runtime::libcnb_runtime_build and their related types for advanced use-cases. Buildpack authors should not use these. (#375).
  • Only create layer env, env.build and env.launch directories when environment variables are being set within them (#385).
  • Add WriteLayerError::MissingExecDFile error to ease debugging when an exec.d path is missing (#387).
  • Update project URLs for the GitHub repository move to the heroku org (#388).
  • Update libcnb-data (which provides the types in the data module) from 0.5.0 to 0.6.0 - see the libcnb-data changelog (#391).