From f589608f64faaa197ef106519d9dd43ffb5359f5 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:25:09 +0000 Subject: [PATCH] Prepare release v0.1.9 (#157) ## heroku/go - Added go1.19.13, go1.20.8, go1.21.1. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 +++++++--- buildpack.toml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf9709f..d59b7a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,15 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.9] - 2023-09-18 + - Added go1.19.13, go1.20.8, go1.21.1. + ## [0.1.8] - 2023-08-15 - Ensure $GOROOT/go.env is installed. @@ -49,7 +52,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.8...HEAD +[unreleased]: https://github.com/heroku/buildpacks-go/compare/v0.1.9...HEAD +[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 [0.1.6]: https://github.com/heroku/buildpacks-go/compare/v0.1.5...v0.1.6 @@ -58,4 +62,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.1.3]: https://github.com/heroku/buildpacks-go/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/heroku/buildpacks-go/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/heroku/buildpacks-go/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/heroku/buildpacks-go/releases/tag/v0.1.0 \ No newline at end of file +[0.1.0]: https://github.com/heroku/buildpacks-go/releases/tag/v0.1.0 diff --git a/buildpack.toml b/buildpack.toml index 8ba64067..f5ebd25f 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/go" -version = "0.1.8" +version = "0.1.9" name = "Heroku Go" homepage = "https://github.com/heroku/buildpacks-go" keywords = ["go", "golang", "heroku"]