Skip to content

Commit 70df7b3

Browse files
committed
Prepare release
1 parent 166c496 commit 70df7b3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ insert_final_newline = true
88
indent_style = space
99
indent_size = 4
1010

11-
[*.yml]
11+
[*.yml*]
1212
indent_style = space
1313
indent_size = 2

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
22

33

4-
## Unreleased
4+
## 0.1.0 - 2015-06-12
5+
6+
### Added
7+
8+
- Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Http adapter integration tests
1+
# HTTP Adapter integration tests
22

33
[![Latest Version](https://img.shields.io/github/release/php-http/adapter-integration-tests.svg?style=flat-square)](https://github.com/php-http/adapter-integration-tests/releases)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": ">=5.4",
1515
"phpunit/phpunit": "~4.4",
16-
"php-http/discovery": "^0.1@dev",
16+
"php-http/discovery": "^0.1",
1717
"guzzlehttp/psr7": "~1.0",
1818
"th3n3rd/cartesian-product": "^0.3"
1919
},

0 commit comments

Comments
 (0)