Skip to content

Commit

Permalink
Prepare release v0.0.3 (#80)
Browse files Browse the repository at this point in the history
* Prepare release v0.0.3

## heroku/deb-packages

### Changed

- `PackageNotFound` errors now return a list of suggested package names.
  ([#69](#69))

---------

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Colin Casey <casey.colin@gmail.com>
  • Loading branch information
heroku-linguist[bot] and colincasey authored Dec 5, 2024
1 parent ee19f00 commit 635789a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3] - 2024-12-05

### Changed

- `PackageNotFound` errors now return a list of suggested package names.
([#69](https://github.com/heroku/buildpacks-deb-packages/pull/69))

## [0.0.2] - 2024-11-06

### Added
Expand All @@ -22,15 +29,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
CNBs. ([#59](https://github.com/heroku/buildpacks-deb-packages/pull/59))
- Modified the buildpack output format to align with our other
CNBs. ([#60](https://github.com/heroku/buildpacks-deb-packages/pull/60))
- `PackageNotFound` errors now return a list of suggested package names.
([#69](https://github.com/heroku/buildpacks-deb-packages/pull/69))

## [0.0.1] - 2024-10-10

### Added

- Initial release.

[unreleased]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.0.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.0.2...v0.0.3
[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.2"
version = "0.0.3"
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 635789a

Please sign in to comment.