From 36ef7032369da7312b4d4da161768ef5f222c866 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:39:09 +0000 Subject: [PATCH] Prepare release v0.1.10 ## heroku/go ### Added - Added go1.20.10, go1.20.9, go1.21.2, go1.21.3. ([#168](https://github.com/heroku/buildpacks-go/pull/168)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51eae81f..608a2783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.10] - 2023-10-12 + ### Added - Added go1.20.10, go1.20.9, go1.21.2, go1.21.3. ([#168](https://github.com/heroku/buildpacks-go/pull/168)) @@ -82,7 +84,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.1.9...HEAD +[unreleased]: https://github.com/heroku/buildpacks-go/compare/v0.1.10...HEAD +[0.1.10]: https://github.com/heroku/buildpacks-go/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/heroku/buildpacks-go/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/heroku/buildpacks-go/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/heroku/buildpacks-go/compare/v0.1.6...v0.1.7 diff --git a/buildpack.toml b/buildpack.toml index f5ebd25f..23533c85 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/go" -version = "0.1.9" +version = "0.1.10" name = "Heroku Go" homepage = "https://github.com/heroku/buildpacks-go" keywords = ["go", "golang", "heroku"]