diff options
author | Wolfy-J <[email protected]> | 2018-09-21 16:25:13 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-21 16:25:13 +0300 |
commit | 0f8b7d823f7cfbbc8b47ba1f1562d6112e57a0be (patch) | |
tree | cea862da8165b053b1d81bef21a85c625074cd15 | |
parent | a6191395dbf15b5884999382a0fc6ca894367323 (diff) |
version bump
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bb3541..57bd5cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +v1.2.1 (21.09.2018) +------ +- added RR_HTTP env variable to php processes run under http service +- bugfix: ignored `--config` option +- added shorthand for config `-c` +- rr now changes working dir to the config location (allows relating paths for php scripts) + v1.2.0 (10.09.2018) ------- - added an ability to request `*logrus.Logger`, `logrus.StdLogger`, `logrus.FieldLogger` dependency @@ -2,7 +2,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.2.0 +RR_VERSION=1.2.1 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |