Skip to content

Commit

Permalink
pre-release activities
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Oct 13, 2018
1 parent cabffb5 commit 1166830
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

v1.2.5 (13.10.2018)
------
- decoupled from Zend Diactoros via PSR-17 factory (by @1ma)
- `Verbose` flag for cli renamed to `verbose` (by @ruudk)

v1.2.4 (30.09.2018)
------
- minor performance improvements (reduced number of syscalls)
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
# Pushes application version into the build information.
RR_VERSION=1.2.4
RR_VERSION=1.2.5

# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": "^7.0",
"http-interop/http-factory-diactoros": "^1.0",
"spiral/goridge": "^2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"spiral/goridge": "^2.0"
"http-interop/http-factory-diactoros": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1166830

Please sign in to comment.