Skip to content

Commit

Permalink
Prepare release v0.0.2
Browse files Browse the repository at this point in the history
## heroku/deb-packages

### 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](#66))
- Support for `BP_LOG_LEVEL` environment variable to control verbosity of buildpack output.
  ([#60](#60))

### Changed

- Updated the buildpack display name and keywords to be more consistent with our other
  CNBs. ([#59](#59))
- Modified the buildpack output format to align with our other
  CNBs. ([#60](#60))
  • Loading branch information
heroku-linguist[bot] committed Nov 6, 2024
1 parent d23e831 commit 9d05762
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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
Expand All @@ -27,5 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[unreleased]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.0.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.0.2...HEAD
[0.0.2]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/heroku/buildpacks-deb-packages/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/deb-packages"
version = "0.0.1"
version = "0.0.2"
name = "Heroku .deb Packages"
description = "Heroku's buildpack for installing .deb system packages."
homepage = "https://github.com/heroku/buildpacks-deb-packages"
Expand Down

0 comments on commit 9d05762

Please sign in to comment.