Skip to content

v0.21.0

Compare
Choose a tag to compare
@heroku-linguist heroku-linguist released this 30 Apr 15:27
· 13 commits to main since this release
a4e48fd

Added

  • libcnb:
    • Target now implements Clone and Debug. (#821)

Changed

  • libcnb:
    • Changed the type of Target's distro_name and distro_version fields from Option<String> to String. (#821)
    • The libcnb runtime now enforces that the CNB_TARGET_DISTRO_NAME and CNB_TARGET_DISTRO_VERSION env vars have been set by lifecycle. (#821)