From 869f1c931e2c42c085f5b982ad045e27f9f9f47e Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 06:19:52 +0000 Subject: [PATCH] Prepare release v0.2.1 (#198) ## heroku/dotnet ### Changed - The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. [#197](https://github.com/heroku/buildpacks-dotnet/pull/197) ### Added - Support for .NET SDK versions: 8.0.113 (linux-amd64), 8.0.113 (linux-arm64), 8.0.309 (linux-amd64), 8.0.309 (linux-arm64), 8.0.406 (linux-amd64), 8.0.406 (linux-arm64), 9.0.103 (linux-amd64), 9.0.103 (linux-arm64), 9.0.200 (linux-amd64), 9.0.200 (linux-arm64). [#197](https://github.com/heroku/buildpacks-dotnet/pull/197) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- buildpacks/dotnet/CHANGELOG.md | 5 ++++- buildpacks/dotnet/buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/buildpacks/dotnet/CHANGELOG.md b/buildpacks/dotnet/CHANGELOG.md index 8bbf57d..22c8bf7 100644 --- a/buildpacks/dotnet/CHANGELOG.md +++ b/buildpacks/dotnet/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2025-02-12 + ### Changed - The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. [#197](https://github.com/heroku/buildpacks-dotnet/pull/197) @@ -101,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation. -[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.2.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/heroku/buildpacks-dotnet/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.10...v0.2.0 [0.1.10]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.8...v0.1.9 diff --git a/buildpacks/dotnet/buildpack.toml b/buildpacks/dotnet/buildpack.toml index 43208ea..096497b 100644 --- a/buildpacks/dotnet/buildpack.toml +++ b/buildpacks/dotnet/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/dotnet" -version = "0.2.0" +version = "0.2.1" name = "Heroku .NET" homepage = "https://github.com/heroku/buildpacks-dotnet" description = "Heroku's buildpack for .NET applications."