Skip to content

Commit 1e36afb

Browse files
author
Márk Sági-Kazár
committed
Prepare release
1 parent f718270 commit 1e36afb

File tree

7 files changed

+24
-132
lines changed

7 files changed

+24
-132
lines changed

Diff for: .gitattributes

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ tests/ export-ignore
77
.scrutinizer.yml export-ignore
88
.styleci.yml export-ignore
99
.travis.yml export-ignore
10-
CONDUCT.md export-ignore
11-
CONTRIBUTING.md export-ignore
10+
CONTRIBUTING export-ignore
1211
phpspec.yml.ci export-ignore
1312
phpspec.yml.dist export-ignore
1413
phpunit.xml.dist export-ignore

Diff for: .styleci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ finder:
99

1010
enabled:
1111
- short_array_syntax
12-
13-
disabled:
14-
- unalign_double_arrow

Diff for: CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Change Log
22

33

4-
## Unreleased
4+
## 0.2.0 - 2016-02-01
5+
6+
### Changed
7+
8+
- Updated dependencies
9+
10+
11+
## 0.1.1 - 2015-12-31
12+
13+
14+
## 0.1.0 - 2015-12-29
15+
16+
### Added
17+
18+
- Initial release

Diff for: CONDUCT.md

-22
This file was deleted.

Diff for: CONTRIBUTING

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please see http://docs.php-http.org/en/latest/development/contributing.html

Diff for: CONTRIBUTING.md

-100
This file was deleted.

Diff for: README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ $ composer require php-http/mock-client
2424
Use this client in a testing framework.
2525

2626

27+
## Documentation
28+
29+
Please see the [official documentation](http://docs.php-http.org).
30+
31+
2732
## Testing
2833

2934
``` bash
@@ -33,21 +38,19 @@ $ composer test
3338

3439
## Contributing
3540

36-
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
41+
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
3742

3843

3944
## Security
4045

41-
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected])
42-
46+
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]).
4347

4448

4549
## Credits
4650

4751
Thanks to [David de Boer](https://github.com/ddeboer) for implementing this client.
4852

4953

50-
5154
## License
5255

5356
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 commit comments

Comments
 (0)