Skip to content

Commit

Permalink
Merge pull request #251 from spiral/update_release_changelog_and_version
Browse files Browse the repository at this point in the history
Update CHANGELOG and version in build.sh
  • Loading branch information
wolfy-j committed Feb 17, 2020
2 parents 691e937 + e118ffe commit eb296f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
CHANGELOG
=========

UNRELEASED
----------
- added `Dockerfile` for building RR binary file by [@tarampampam](https://github.com/tarampampam) (closes [issue #218](https://github.com/spiral/roadrunner/issues/218))
v1.6.1 (17.02.2020)
-------------------
- When you run ./rr server -d (debug mode), also pprof server will be launched on :6061 port (this is default golang port for pprof) with the default endpoints (see: https://golang.org/pkg/net/http/pprof/)
- Added LDFLAGS "-s" to build.sh --> https://spiralscout.com/blog/golang-software-testing-tips

v1.6.0 (11.02.2020)
-------------------
- Moved to GitHub Actions, thanks to @tarampampam
- New GZIP handler, thanks to @wppd
- Tests stabilization and fix REQUEST_URI for requests through FastCGI, thanks to @marliotto
- Golang modules update and new RPC method to register metrics from the application, thanks to @48d90782
- Deadlock on timer update in error buffer [bugfix], thanks to @camohob

v1.5.3 (23.12.2019)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"

# Pushes application version into the build information.
RR_VERSION=1.6.0
RR_VERSION=1.6.1

# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"
Expand Down

0 comments on commit eb296f2

Please sign in to comment.