Skip to content

Commit

Permalink
Prepare release v0.2.0 (#228)
Browse files Browse the repository at this point in the history
- Added go1.21.8, go1.22.1.

- Added go1.9.2rc2, go1.6rc2, go1.6rc1, go1.6beta2. ([#216](#216))

- Changed inventory utils to use upstream release feed. ([#216](#216))
- The buildpack now installs Go from upstream (rather than mirrored) binaries. ([#216](#216))

- Removed go1.21rc1, go1.8.5rc4, go1.7.2, go1.5.2, go1.5.1, go1.5, go1.4.3, go1.4.2, go1.4.1, go1.4, go1.3.3, go1.3.2, go1.3.1, go1.3, go1.2.2, go1.2.1, go1.2, go1.1.2, go1.1.1, go1.1, go1.0.3, go1.0.2, go1.0.1. ([#216](#216))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] committed Mar 6, 2024
1 parent 8d1a2ab commit 0dfd365
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions buildpacks/go/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added go1.21.8, go1.22.1.
## [0.2.0] - 2024-03-06

### Added

- Added go1.21.8, go1.22.1.
- Added go1.9.2rc2, go1.6rc2, go1.6rc1, go1.6beta2. ([#216](https://github.com/heroku/buildpacks-go/pull/216))

### Changed
Expand Down Expand Up @@ -132,7 +134,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.16...HEAD
[unreleased]: https://github.com/heroku/buildpacks-go/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/heroku/buildpacks-go/compare/v0.1.16...v0.2.0
[0.1.16]: https://github.com/heroku/buildpacks-go/compare/v0.1.15...v0.1.16
[0.1.15]: https://github.com/heroku/buildpacks-go/compare/v0.1.14...v0.1.15
[0.1.14]: https://github.com/heroku/buildpacks-go/compare/v0.1.13...v0.1.14
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/go/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.16"
version = "0.2.0"
name = "Heroku Go"
homepage = "https://github.com/heroku/buildpacks-go"
description = "Heroku's buildpack for Go applications."
Expand Down

0 comments on commit 0dfd365

Please sign in to comment.