Skip to content

Commit ddc11dc

Browse files
Prepare release v0.15.0 (#370)
## heroku/dotnet ### Fixed - Launch process detection now skips projects whose executables don't exist at the expected path. ([#364](#364)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent a60b7a7 commit ddc11dc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

buildpacks/dotnet/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.0] - 2026-01-08
11+
1012
### Fixed
1113

1214
- Launch process detection now skips projects whose executables don't exist at the expected path. ([#364](https://github.com/heroku/buildpacks-dotnet/pull/364))
@@ -355,7 +357,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
355357

356358
- Initial implementation.
357359

358-
[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.14.0...HEAD
360+
[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.15.0...HEAD
361+
[0.15.0]: https://github.com/heroku/buildpacks-dotnet/compare/v0.14.0...v0.15.0
359362
[0.14.0]: https://github.com/heroku/buildpacks-dotnet/compare/v0.13.0...v0.14.0
360363
[0.13.0]: https://github.com/heroku/buildpacks-dotnet/compare/v0.12.0...v0.13.0
361364
[0.12.0]: https://github.com/heroku/buildpacks-dotnet/compare/v0.11.2...v0.12.0

buildpacks/dotnet/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/dotnet"
5-
version = "0.14.0"
5+
version = "0.15.0"
66
name = "Heroku .NET"
77
homepage = "https://github.com/heroku/buildpacks-dotnet"
88
description = "Heroku's buildpack for .NET applications."

0 commit comments

Comments
 (0)