mirror of
https://github.com/superhelio/commands.git
synced 2026-01-26 11:44:01 +00:00
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
# Change Log
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
## [1.2.0](https://github.com/superhelio/commands/tree/1.2.0) (2017-10-19)
|
|
- Bumped PHP version requirement to >=7.0, PHP5.6 was taking really long time to resolve
|
|
- Included composer.lock, which is generated with PHP v7.0.23
|
|
|
|
## [1.1.2](https://github.com/superhelio/commands/tree/1.1.2) (2017-09-15)
|
|
- Removed composer.lock, only to enable correct CI builds
|
|
- Reworked travis-ci.org configuration, builds should now go green
|
|
|
|
## [1.1.1](https://github.com/superhelio/commands/tree/1.1.1) (2017-08-27)
|
|
- Typo fixes
|
|
- Removal of dead/unnecessary code
|
|
- Added composer.lock for faster builds
|
|
|
|
## [1.1.0](https://github.com/superhelio/commands/tree/1.1.0) (2017-08-27)
|
|
- New command: `superhelio:gozer` with tests
|
|
|
|
## [1.0.0](https://github.com/superhelio/commands/tree/1.0.0) (2017-02-08)
|
|
- Fixed Scrutinizer reported issue
|
|
- Renamed LICENSE
|
|
- Tested `github_changelog_generator`, but did not like it
|
|
|
|
## [0.0.1](https://github.com/superhelio/commands/tree/0.0.1) (2017-02-07)
|
|
- `superhelio:reload`
|