Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

55 lines (36 loc) · 1.63 KB

Changelog

All notable changes to composer-action will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

Unreleased

v2.1.0 - 2019-09-02

Added

  • Add tests for the Composer action (#5)
  • Add 'install' as a default for the action (#7)

Changed

  • Update the heading in the README (#4)

v2.0.1 - 2019-08-19

Fixed

  • Fix usage details in the README (#3)

v2.0.0 - 2019-08-19

Changed

  • Update to use the new YAML syntax for Actions (#2)

v1.0.1 - 2019-02-11

Changed

  • Add link to GitHub Actions listing
  • Update to use HTTPS links in Dockerfile
  • Remove Travis badges which are unused

v1.0.0 - 2018-12-03

Changed

  • Change to use the major (v1) version of Composer Docker

v0.0.2 - 2018-12-03

Fixed

  • Update the permissions for endpoint.sh to be executable

v0.0.1 - 2018-12-03

Added

  • Initial release