From 0bbf79ffb8b52fa40ff0f300c9e5520dbaf675bd Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 19:20:05 +0000 Subject: [PATCH] Prepare release v0.2.0 ## heroku/deb-packages ### Added - Support custom Debian repositories through configuration. ([#116](https://github.com/heroku/buildpacks-deb-packages/pull/116)) ### Changed - Minimum supported Rust version incremented to 1.86 to support syntax introduced in [#115](https://github.com/heroku/buildpacks-deb-packages/pull/115). ([#117](https://github.com/heroku/buildpacks-deb-packages/pull/117)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5d8bd..842de19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2025-07-03 + ### Added - Support custom Debian repositories through configuration. ([#116](https://github.com/heroku/buildpacks-deb-packages/pull/116)) @@ -72,7 +74,8 @@ 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.1.3...HEAD +[unreleased]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.1.3...v0.2.0 [0.1.3]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.1.0...v0.1.1 diff --git a/buildpack.toml b/buildpack.toml index 1ea706b..7481f77 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/deb-packages" -version = "0.1.3" +version = "0.2.0" name = "Heroku .deb Packages" description = "Heroku's buildpack for installing .deb system packages." homepage = "https://github.com/heroku/buildpacks-deb-packages"