Skip to content

Commit

Permalink
Prepare release v0.1.8 (#138)
Browse files Browse the repository at this point in the history
## heroku/go

- Ensure $GOROOT/go.env is installed.
- Added go1.21.0.

Co-authored-by: joshwlewis <[email protected]>
  • Loading branch information
heroku-linguist[bot] and joshwlewis authored Aug 15, 2023
1 parent 8f18c31 commit 8a4e8c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.8] - 2023-08-15

- Ensure $GOROOT/go.env is installed.
- Added go1.21.0.

Expand Down Expand Up @@ -46,12 +48,13 @@ 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.7...HEAD
[unreleased]: https://github.com/heroku/buildpacks-go/compare/v0.1.8...HEAD
[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
[0.1.5]: https://github.com/heroku/buildpacks-go/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/heroku/buildpacks-go/compare/v0.1.3...v0.1.4
[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.7"
version = "0.1.8"
name = "Heroku Go"
homepage = "https://github.com/heroku/buildpacks-go"
keywords = ["go", "golang", "heroku"]
Expand Down

0 comments on commit 8a4e8c4

Please sign in to comment.