You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).