From c8363e74c80cc3854dfbf19110f10b8ad21fe3d4 Mon Sep 17 00:00:00 2001 From: Nikhil Saraf <1028334+nikhilsaraf@users.noreply.github.com> Date: Sat, 29 Sep 2018 08:56:58 -0700 Subject: [PATCH] new release: v1.0.0-rc3 --- CHANGELOG.md | 8 ++++++-- README.md | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b667de1f4..5876a5559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added -- support for all currencies available on Kraken ### Changed @@ -20,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## [v1.0.0-rc3] - 2018-09-29 + +### Added +- support for all currencies available on Kraken ## [v1.0.0-rc2] - 2018-09-28 @@ -43,5 +46,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Configuration file based approach to setting up a bot - Documentation on existing capabilities -[Unreleased]: https://github.com/lightyeario/kelp/compare/v1.0.0-rc2...HEAD +[Unreleased]: https://github.com/lightyeario/kelp/compare/v1.0.0-rc3...HEAD +[v1.0.0-rc3]: https://github.com/lightyeario/kelp/compare/v1.0.0-rc2...v1.0.0-rc3 [v1.0.0-rc2]: https://github.com/lightyeario/kelp/compare/v1.0.0-rc1...v1.0.0-rc2 diff --git a/README.md b/README.md index 672433210..76285a868 100644 --- a/README.md +++ b/README.md @@ -54,24 +54,24 @@ There is **one** binary associated with this project: `kelp`. Once the binary is You can find the pre-compiled binary for your platform from the [Github Releases Page][github-releases]. -Here is a list of binaries for the most recent release **v1.0.0-rc2**: +Here is a list of binaries for the most recent release **v1.0.0-rc3**: | Platform | Architecture | Binary File Name | | -------------- | ------------ | ---------------- | -| MacOS (Darwin) | 64-bit | [kelp-v1.0.0-rc2-darwin-amd64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc2/kelp-v1.0.0-rc2-darwin-amd64.tar) | -| Windows | 64-bit | [kelp-v1.0.0-rc2-windows-amd64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc2/kelp-v1.0.0-rc2-windows-amd64.tar) | -| Linux | 64-bit | [kelp-v1.0.0-rc2-linux-amd64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc2/kelp-v1.0.0-rc2-linux-amd64.tar) | -| Linux | 64-bit arm | [kelp-v1.0.0-rc2-linux-arm64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc2/kelp-v1.0.0-rc2-linux-arm64.tar) | -| Linux | 32-bit arm5 | [kelp-v1.0.0-rc2-linux-arm5.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc2/kelp-v1.0.0-rc2-linux-arm5.tar) | -| Linux | 32-bit arm6 | [kelp-v1.0.0-rc2-linux-arm6.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc2/kelp-v1.0.0-rc2-linux-arm6.tar) | -| Linux | 32-bit arm7 | [kelp-v1.0.0-rc2-linux-arm7.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc2/kelp-v1.0.0-rc2-linux-arm7.tar) | +| MacOS (Darwin) | 64-bit | [kelp-v1.0.0-rc3-darwin-amd64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc3/kelp-v1.0.0-rc3-darwin-amd64.tar) | +| Windows | 64-bit | [kelp-v1.0.0-rc3-windows-amd64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc3/kelp-v1.0.0-rc3-windows-amd64.tar) | +| Linux | 64-bit | [kelp-v1.0.0-rc3-linux-amd64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc3/kelp-v1.0.0-rc3-linux-amd64.tar) | +| Linux | 64-bit arm | [kelp-v1.0.0-rc3-linux-arm64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc3/kelp-v1.0.0-rc3-linux-arm64.tar) | +| Linux | 32-bit arm5 | [kelp-v1.0.0-rc3-linux-arm5.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc3/kelp-v1.0.0-rc3-linux-arm5.tar) | +| Linux | 32-bit arm6 | [kelp-v1.0.0-rc3-linux-arm6.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc3/kelp-v1.0.0-rc3-linux-arm6.tar) | +| Linux | 32-bit arm7 | [kelp-v1.0.0-rc3-linux-arm7.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0-rc3/kelp-v1.0.0-rc3-linux-arm7.tar) | -After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.0.0-rc2`) and invoke the `kelp` binary. +After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.0.0-rc3`) and invoke the `kelp` binary. Here's an example to get you started (replace `filename` with the name of the file that you download): tar xvf filename - cd kelp-v1.0.0-rc2 + cd kelp-v1.0.0-rc3 ./kelp To run the bot in simulation mode, try this command: