Skip to content

Commit eb919a6

Browse files
marmichalskiakondas
authored andcommitted
Update changelog, .gitattributes & remove .travis.yml (#23)
1 parent 8af774f commit eb919a6

File tree

3 files changed

+9
-22
lines changed

3 files changed

+9
-22
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
* text=auto
22

33
/tests export-ignore
4+
/.github export-ignore
45
/.gitattributes export-ignore
56
/.gitignore export-ignore
67
/.php_cs
7-
/.travis.yml export-ignore
88
/phpstan.neon export-ignore
99
/phpunit.xml.dist export-ignore

.travis.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
* **Fixed** for any bug fixes.
1313
* **Security** in case of vulnerabilities.
1414

15+
## [0.7.0] 2019-12-12
16+
### Added
17+
* Support for phpstan 0.12
18+
* GitHub actions
19+
20+
### Removed
21+
* Travis CI integration
22+
1523
## [0.6.0] 2019-09-12
1624
### Added
1725
* Support for already initialized components (#15)

0 commit comments

Comments
 (0)