Skip to content

Commit a516aca

Browse files
joshwlewisedmorley
andauthored
arm64 and multi-arch support (#225)
* Update changelog for multiarch * Update changelog PR link * Use clippy pendantic priority * Use changelog header Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> --------- Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
1 parent 7199a1d commit a516aca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
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+
### Added
11+
12+
- Support for `arm64` and multi-arch images. ([#225](https://github.com/heroku/buildpacks-procfile/pull/225))
13+
1014
## [3.0.1] - 2024-03-13
1115

1216
### Changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ unused_crate_dependencies = "warn"
1010

1111
[lints.clippy]
1212
panic_in_result_fn = "warn"
13-
pedantic = "warn"
13+
pedantic = { level = "warn", priority = -1 }
1414
unwrap_used = "warn"
1515

1616
[dependencies]

0 commit comments

Comments
 (0)