Skip to content

Commit 2fbb294

Browse files
committed
Documentation for 3.0.2
1 parent bb14bc0 commit 2fbb294

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Installation
2626
# you can install it where you want, ~/benchmarkKit used for the example
2727
mkdir ~/benchmarkKit
2828
cd ~/benchmarkKit
29-
echo '{"require": {"phpbenchmarks/benchmark-kit": "^3.0.1"}}' > composer.json
29+
echo '{"require": {"phpbenchmarks/benchmark-kit": "^3.0.2"}}' > composer.json
3030

3131
# you can use your local composer installation, of the official Docker container
3232
docker run --rm -v $(pwd):/app composer/composer update --no-dev

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### [3.0.2](../../compare/3.0.1...3.0.2) - 2018-04-28
2+
3+
- Change `responseBodyFileMinSize` for REST API for serializer who not escape `/`.
4+
15
### [3.0.1](../../compare/3.0.0...3.0.1) - 2018-04-28
26

37
- Fix responseBody file size verification.

0 commit comments

Comments
 (0)