Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.3 - 2024-12-05

Changed

  • PackageNotFound errors now return a list of suggested package names. (#69)

0.0.2 - 2024-11-06

Added

  • Support the force option when declaring a package to install so the user can control if, when the package is already on the system, it should be skipped or forcibly installed. (#66)
  • Support for BP_LOG_LEVEL environment variable to control verbosity of buildpack output. (#60)

Changed

  • Updated the buildpack display name and keywords to be more consistent with our other CNBs. (#59)
  • Modified the buildpack output format to align with our other CNBs. (#60)

0.0.1 - 2024-10-10

Added

  • Initial release.