Skip to content

Commit

Permalink
Prepare release v0.1.7 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: joshwlewis <joshwlewis@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] and joshwlewis committed Aug 7, 2023
1 parent 2ae94de commit 7027b6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.7] - 2023-08-07

- Added go1.19.12, go1.20.7, go1.21rc4.

## [0.1.6] - 2023-08-01

- Added go1.19.11, go1.20.6, go1.21rc1, go1.21rc2, go1.21rc3.
Expand Down Expand Up @@ -40,7 +43,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.6...HEAD
[unreleased]: https://github.com/heroku/buildpacks-go/compare/v0.1.7...HEAD
[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
Expand Down
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.6"
version = "0.1.7"
name = "Heroku Go"
homepage = "https://github.com/heroku/buildpacks-go"
keywords = ["go", "golang", "heroku"]
Expand Down

0 comments on commit 7027b6d

Please sign in to comment.