Skip to content

Commit

Permalink
Clean up CHANGELOG
Browse files Browse the repository at this point in the history
So that it uses a style slightly more consistent with https://keepachangelog.com,
so that future automation can update it for new releases more easily.

GUS-W-14888899.
  • Loading branch information
edmorley committed Jan 24, 2024
1 parent 8df3efc commit 2b14523
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# Gradle Buildpack Changelog
# Changelog

## main
## [Unreleased]

* Remove heroku-18 support ([#128](https://github.com/heroku/heroku-buildpack-gradle/pull/128))

## v39
## [v39] - 2022-12-06

* Only use `--retry-connrefused` on Ubuntu based stacks. ([#115](https://github.com/heroku/heroku-buildpack-gradle/pull/115))
* Allow usage of Kotlin DSL files (settings.gradle.kts, build.gradle.kts) ([#103](https://github.com/heroku/heroku-buildpack-gradle/pull/103))

## v38
## [v38] - 2022-06-14

* Adjust curl retry and connection timeout handling
* Vendor buildpack-stdlib rather than downloading it at build time
* Switch to the recommended regional S3 domain instead of the global one

## v37
## [v37] - 2022-06-07

* Add heroku-22 support

## v36
## [v36] - 2021-12-13

* Fix a bug causing Gradle daemon to be unintentionally used when executing builds
* Remove heroku-16 support

## v35
## [v35] - 2021-02-23

* Update tests

Expand Down Expand Up @@ -64,3 +64,10 @@
## v27

* Add symlink from project .gradle to the cache

[unreleased]: https://github.com/heroku/heroku-buildpack-gradle/compare/v39...HEAD
[v39]: https://github.com/heroku/heroku-buildpack-gradle/compare/v38...v39
[v38]: https://github.com/heroku/heroku-buildpack-gradle/compare/v37...v38
[v37]: https://github.com/heroku/heroku-buildpack-gradle/compare/v36...v37
[v36]: https://github.com/heroku/heroku-buildpack-gradle/compare/v35...v36
[v35]: https://github.com/heroku/heroku-buildpack-gradle/compare/v34...v35

0 comments on commit 2b14523

Please sign in to comment.