Skip to content

Commit

Permalink
Prepare release v0.1.2 (#63)
Browse files Browse the repository at this point in the history
## heroku/php

### Changed

- Updated buildpack display name and description. ([#57](https://github.com/heroku/buildpack-php/pull/57))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Oct 24, 2023
1 parent 521f004 commit b6b5245
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions buildpacks/php/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

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/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.2] - 2023-10-24

### Changed

- Updated buildpack display name and description. ([#57](https://github.com/heroku/buildpack-php/pull/57))
Expand All @@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial implementation

[unreleased]: https://github.com/heroku/buildpacks-php/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/heroku/buildpacks-php/releases/tag/v0.1.1
[unreleased]: https://github.com/heroku/buildpacks-php/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/heroku/buildpacks-php/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/heroku/buildpacks-php/releases/tag/v0.1.1
2 changes: 1 addition & 1 deletion buildpacks/php/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/php"
version = "0.1.1"
version = "0.1.2"
name = "Heroku PHP"
homepage = "https://github.com/heroku/buildpacks-php"
description = "Heroku's buildpack for PHP applications."
Expand Down

0 comments on commit b6b5245

Please sign in to comment.