Skip to content

Commit

Permalink
Prepare release v0.1.9 (#157)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
heroku-linguist[bot] authored Sep 18, 2023
1 parent ec4b1c5 commit f589608
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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
[0.1.0]: https://github.com/heroku/buildpacks-go/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit f589608

Please sign in to comment.