Releases: heroku/libcnb.rs
Releases · heroku/libcnb.rs
libcnb-proc-macros v0.2.2
libcnb-package v0.1.2
libcnb-data v0.7.0
libcnb-cargo v0.4.1
- Update
cargo_metadata
dependency from 0.14.2 to 0.15.0 (#423).
libcnb v0.7.0
- 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
andenv.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 thedata
module) from0.5.0
to0.6.0
- see the libcnb-data changelog (#391).
libcnb-test v0.3.1
- Update project URLs for the GitHub repository move to the
heroku
org (#388).
libcnb-proc-macros v0.2.1
- Update project URLs for the GitHub repository move to the
heroku
org (#388).
libcnb-package v0.1.1
- Update project URLs for the GitHub repository move to the
heroku
org (#388).