From 5095044df4caeab81e63d24d63ba2a09e8db44ff Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 22:03:15 +0000 Subject: [PATCH] Prepare release v0.3.0 ## heroku/go ### Added - Support for `arm64` and multi-arch images. ([#261](https://github.com/heroku/buildpacks-go/pull/261)) --- buildpacks/go/CHANGELOG.md | 5 ++++- buildpacks/go/buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/buildpacks/go/CHANGELOG.md b/buildpacks/go/CHANGELOG.md index 0e2fecc..75fd15a 100644 --- a/buildpacks/go/CHANGELOG.md +++ b/buildpacks/go/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2024-05-02 + ### Added - Support for `arm64` and multi-arch images. ([#261](https://github.com/heroku/buildpacks-go/pull/261)) @@ -150,7 +152,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation using libcnb.rs. ([#1](https://github.com/heroku/buildpacks-go/pull/1)) -[unreleased]: https://github.com/heroku/buildpacks-go/compare/v0.2.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-go/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/heroku/buildpacks-go/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/heroku/buildpacks-go/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/heroku/buildpacks-go/compare/v0.1.16...v0.2.0 [0.1.16]: https://github.com/heroku/buildpacks-go/compare/v0.1.15...v0.1.16 diff --git a/buildpacks/go/buildpack.toml b/buildpacks/go/buildpack.toml index c4037e0..9605fc0 100644 --- a/buildpacks/go/buildpack.toml +++ b/buildpacks/go/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/go" -version = "0.2.1" +version = "0.3.0" name = "Heroku Go" homepage = "https://github.com/heroku/buildpacks-go" description = "Heroku's buildpack for Go applications."