Skip to content

Commit

Permalink
Prepare release v0.1.6 (#125)
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 authored Aug 1, 2023
1 parent c6ac5cf commit ebed23d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,49 @@
# Changelog

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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.6] - 2023-08-01

- Added go1.19.11, go1.20.6, go1.21rc1, go1.21rc2, go1.21rc3.
## [0.1.5] 2023/06/27

## [0.1.5] - 2023-06-27

- Added go1.19.10, go1.20.5.
- Update to CNB Buildpack API version 0.9. ([#101](https://github.com/heroku/buildpacks-go/pull/101))

## [0.1.4] 2023/05/09
## [0.1.4] - 2023-05-09

- Added go1.19.9, go1.20.4.

## [0.1.3] 2023/04/11
## [0.1.3] - 2023-04-11

- Added go1.19.8, go1.20.3.
- Added go1.19.6, go1.19.7, go1.20.1, go1.20.2.

## [0.1.2] 2023/02/06
## [0.1.2] - 2023-02-06

- Added go1.20

## [0.1.1] 2023/01/23
## [0.1.1] - 2023-01-23

- Added go1.19.5, go1.19.4, go1.19.3, go1.19.2, go1.19.1, go1.19
- Added go1.18.10, go1.18.9, go1.18.7, go1.18.6, go1.18.5, go1.18.4
- Added go1.17.13, go1.17.12

## [0.1.0] 2022/12/01
## [0.1.0] - 2022-12-01

- 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
[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
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.5"
version = "0.1.6"
name = "Heroku Go"
homepage = "https://github.com/heroku/buildpacks-go"
keywords = ["go", "golang", "heroku"]
Expand Down

0 comments on commit ebed23d

Please sign in to comment.