Skip to content

Commit 08d88d0

Browse files
Prepare release v0.2.0 (#196)
## heroku/dotnet ### Changed - Detected process types are now only registered as launch processes when no Procfile is present. [#185](#185) ### Added - Enabled `libcnb`'s `trace` feature. [#184](#184) ### Changed - The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. [#193](#193) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7e9d0e9 commit 08d88d0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

buildpacks/dotnet/CHANGELOG.md

+4-1
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.2.0] - 2025-02-10
11+
1012
### Changed
1113

1214
- Detected process types are now only registered as launch processes when no Procfile is present. [#185](https://github.com/heroku/buildpacks-dotnet/pull/185)
@@ -94,7 +96,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9496

9597
- Initial implementation.
9698

97-
[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.10...HEAD
99+
[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.2.0...HEAD
100+
[0.2.0]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.10...v0.2.0
98101
[0.1.10]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.9...v0.1.10
99102
[0.1.9]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.8...v0.1.9
100103
[0.1.8]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.7...v0.1.8

buildpacks/dotnet/buildpack.toml

+1-1
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.1.10"
5+
version = "0.2.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)