From eff244f18f76ae0bc7979f0172e934f41f659aff Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:36:37 -0300 Subject: [PATCH] Prepare release v0.0.1 (#58) ## heroku/deb-packages * Initial release Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ buildpack.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8907d09..08de9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,4 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.1] - 2024-10-10 + * Initial release + +[unreleased]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.0.1...HEAD +[0.0.1]: https://github.com/heroku/buildpacks-deb-packages/releases/tag/v0.0.1 diff --git a/buildpack.toml b/buildpack.toml index f99c6fc..9c1b3e0 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/deb-packages" -version = "0.0.0" +version = "0.0.1" name = "Heroku .deb Packages Buildpack" description = "Heroku's buildpack for installing .deb system packages." homepage = "https://github.com/heroku/buildpacks-deb-packages"