Skip to content

Commit e073c01

Browse files
Prepare release v3.0.1 (#220)
## heroku/procfile ### Changed - Switched Docker Hub repository from `docker.io/heroku/procfile-cnb` to `docker.io/heroku/buildpack-procfile`. ([#219](#219)) - Renamed GitHub repository from `heroku/procfile-cnb` to `heroku/buildpacks-procfile`. ([#216](#216)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 4246a0b commit e073c01

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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+
## [3.0.1] - 2024-03-13
11+
1012
### Changed
1113

1214
- Switched Docker Hub repository from `docker.io/heroku/procfile-cnb` to `docker.io/heroku/buildpack-procfile`. ([#219](https://github.com/heroku/buildpacks-procfile/pull/219))
@@ -73,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7375
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
7476
- Re-write logic of Procfile parsing to match Heroku's behavior, which has different behavior from the Go version (that assumed that a Procfile was YAML syntax).
7577

76-
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.0...HEAD
78+
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.1...HEAD
79+
[3.0.1]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.0...v3.0.1
7780
[3.0.0]: https://github.com/heroku/buildpacks-procfile/compare/v2.0.2...v3.0.0
7881
[2.0.2]: https://github.com/heroku/buildpacks-procfile/compare/v2.0.1...v2.0.2
7982
[2.0.1]: https://github.com/heroku/buildpacks-procfile/compare/v2.0.0...v2.0.1

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/procfile"
5-
version = "3.0.0"
5+
version = "3.0.1"
66
name = "Heroku Procfile"
77
homepage = "https://github.com/heroku/buildpacks-procfile"
88
description = "Heroku's Procfile buildpack."

0 commit comments

Comments
 (0)