Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
new release: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Feb 6, 2019
1 parent 30ba767 commit 9e6137e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

### Added
- Support to run Kelp in maker-only mode using the trader.cfg file ([081aa210e684678b94c0ec2d772ad808eec9f0d6](https://github.com/interstellar/kelp/commit/081aa210e684678b94c0ec2d772ad808eec9f0d6))
- Support for an SDEX priceFeed so you can follow ticker prices from other SDEX markets ([8afec86c831c45aef2e4cc8e0c85c1de6d192325](https://github.com/interstellar/kelp/commit/8afec86c831c45aef2e4cc8e0c85c1de6d192325))

### Changed

Expand All @@ -20,6 +18,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Security

## [v1.4.0] - 2019-02-06

### Added
- Support to run Kelp in maker-only mode using the trader.cfg file ([081aa210e684678b94c0ec2d772ad808eec9f0d6](https://github.com/interstellar/kelp/commit/081aa210e684678b94c0ec2d772ad808eec9f0d6))
- Support for an SDEX priceFeed so you can follow ticker prices from other SDEX markets ([8afec86c831c45aef2e4cc8e0c85c1de6d192325](https://github.com/interstellar/kelp/commit/8afec86c831c45aef2e4cc8e0c85c1de6d192325))

## [v1.3.0] - 2019-01-10

### Added
Expand Down Expand Up @@ -106,7 +110,8 @@ 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/interstellar/kelp/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/interstellar/kelp/compare/v1.4.0...HEAD
[v1.4.0]: https://github.com/interstellar/kelp/compare/v1.3.0...v1.4.0
[v1.3.0]: https://github.com/interstellar/kelp/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/interstellar/kelp/compare/v1.1.2...v1.2.0
[v1.1.2]: https://github.com/interstellar/kelp/compare/v1.1.1...v1.1.2
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,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.3.0**:
Here is a list of binaries for the most recent release **v1.4.0**:

| Platform | Architecture | Binary File Name |
| -------------- | ------------ | ---------------- |
| MacOS (Darwin) | 64-bit | [kelp-v1.3.0-darwin-amd64.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-darwin-amd64.tar) |
| Windows | 64-bit | [kelp-v1.3.0-windows-amd64.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-windows-amd64.tar) |
| Linux | 64-bit | [kelp-v1.3.0-linux-amd64.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-linux-amd64.tar) |
| Linux | 64-bit arm | [kelp-v1.3.0-linux-arm64.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-linux-arm64.tar) |
| Linux | 32-bit arm5 | [kelp-v1.3.0-linux-arm5.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-linux-arm5.tar) |
| Linux | 32-bit arm6 | [kelp-v1.3.0-linux-arm6.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-linux-arm6.tar) |
| Linux | 32-bit arm7 | [kelp-v1.3.0-linux-arm7.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-linux-arm7.tar) |
| MacOS (Darwin) | 64-bit | [kelp-v1.4.0-darwin-amd64.tar](https://github.com/interstellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-darwin-amd64.tar) |
| Windows | 64-bit | [kelp-v1.4.0-windows-amd64.tar](https://github.com/interstellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-windows-amd64.tar) |
| Linux | 64-bit | [kelp-v1.4.0-linux-amd64.tar](https://github.com/interstellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-linux-amd64.tar) |
| Linux | 64-bit arm | [kelp-v1.4.0-linux-arm64.tar](https://github.com/interstellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-linux-arm64.tar) |
| Linux | 32-bit arm5 | [kelp-v1.4.0-linux-arm5.tar](https://github.com/interstellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-linux-arm5.tar) |
| Linux | 32-bit arm6 | [kelp-v1.4.0-linux-arm6.tar](https://github.com/interstellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-linux-arm6.tar) |
| Linux | 32-bit arm7 | [kelp-v1.4.0-linux-arm7.tar](https://github.com/interstellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-linux-arm7.tar) |

After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.3.0`) and invoke the `kelp` binary.
After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.4.0`) 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.3.0
cd kelp-v1.4.0
./kelp

To run the bot in simulation mode, try this command:
Expand Down

0 comments on commit 9e6137e

Please sign in to comment.