Skip to content

Commit 5ab60f9

Browse files
Prepare release v0.1.1 (#118)
## heroku/dotnet ### Added - Inventory .NET SDKs: 8.0.401 (linux-arm64), 8.0.401 (linux-amd64) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 231e5e8 commit 5ab60f9

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.1.1] - 2024-08-19
11+
1012
### Added
1113

1214
- Inventory .NET SDKs: 8.0.401 (linux-arm64), 8.0.401 (linux-amd64)
@@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1719

1820
- Initial implementation.
1921

20-
[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.0...HEAD
22+
[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.1...HEAD
23+
[0.1.1]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.0...v0.1.1
2124
[0.1.0]: https://github.com/heroku/buildpacks-dotnet/releases/tag/v0.1.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.1.0"
5+
version = "0.1.1"
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)