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
PackageNotFound
errors now return a list of suggested package names. (#69)
0.0.2 - 2024-11-06
- 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)
- 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
- Initial release.