Skip to content

Commit

Permalink
Update changelog, .gitattributes & remove .travis.yml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski authored and akondas committed Dec 12, 2019
1 parent 8af774f commit eb919a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
* text=auto

/tests export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs
/.travis.yml export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* **Fixed** for any bug fixes.
* **Security** in case of vulnerabilities.

## [0.7.0] 2019-12-12
### Added
* Support for phpstan 0.12
* GitHub actions

### Removed
* Travis CI integration

## [0.6.0] 2019-09-12
### Added
* Support for already initialized components (#15)
Expand Down

0 comments on commit eb919a6

Please sign in to comment.