Skip to content

Commit b064f96

Browse files
committed
Update gitattributes
1 parent 3ba763b commit b064f96

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

.gitattributes

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
* text=auto
22

3-
/.editorconfig export-ignore
4-
/.gitattributes export-ignore
5-
/.github export-ignore
6-
/.gitignore export-ignore
7-
/.php_cs export-ignore
8-
/phpstan.neon export-ignore
9-
/README.md export-ignore
10-
/phpspec.yml export-ignore
11-
/CHANGELOG.md export-ignore
12-
/**/*Test.php export-ignore
3+
/.editorconfig export-ignore
4+
/.gitattributes export-ignore
5+
/.github export-ignore
6+
/.gitignore export-ignore
7+
/.php-cs-fixer.php export-ignore
8+
/phpstan.neon export-ignore
9+
/psalm.xml export-ignore
10+
/README.md export-ignore
11+
/phpspec.yml export-ignore
12+
/CHANGELOG.md export-ignore
13+
/**/*Spec.php export-ignore

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
All Notable changes to `bakame/spec` will be documented in this file
44

5+
## [1.0.1] - 2022-05-13
6+
7+
### Fixed
8+
9+
Remove development files from package download.
10+
11+
512
## [1.0.0] - 2022-05-13
613

714
**Initial release!**
815

9-
[0.1.0]: https://github.com/bakame-php/spec/releases/tag/1.0.0
16+
17+
[1.0.1]: https://github.com/bakame-php/spec/releases/tag/1.0.0...1.0.1
18+
[1.0.0]: https://github.com/bakame-php/spec/releases/tag/1.0.0

0 commit comments

Comments
 (0)