Skip to content

Commit eda0a7c

Browse files
Prepare release v3.1.1 (#227)
* Prepare release v3.1.1 ## heroku/procfile - No changes. * Update CHANGELOG.md --------- Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> Co-authored-by: Josh W Lewis <[email protected]>
1 parent db98cd1 commit eda0a7c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.1.1] - 2024-05-02
11+
12+
- No changes to functionality. New release to fix incorrectly published artifacts in 3.1.0.
13+
1014
## [3.1.0] - 2024-05-02
1115

1216
### Added
@@ -81,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8185
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
8286
- 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).
8387

84-
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.0...HEAD
88+
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.1...HEAD
89+
[3.1.1]: https://github.com/heroku/buildpacks-procfile/compare/v3.1.0...v3.1.1
8590
[3.1.0]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.1...v3.1.0
8691
[3.0.1]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.0...v3.0.1
8792
[3.0.0]: https://github.com/heroku/buildpacks-procfile/compare/v2.0.2...v3.0.0

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

0 commit comments

Comments
 (0)