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

Commit ab3333e

Browse files
committed
new release: v1.9.0
1 parent 76820b9 commit ab3333e

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

CHANGELOG.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
### Added
1010

11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
### Security
20+
21+
22+
## [v1.9.0] - 2020-05-07
23+
24+
### Added
25+
1126
- Kelp GUI: allows revealing the log file on startup ([bbd709736f25fdf8f4809fb5e4f017ce1d405afa](https://github.com/stellar/kelp/commit/bbd709736f25fdf8f4809fb5e4f017ce1d405afa))
1227
- Kelp GUI: start backend server before sending ready string message ([f2d75d52bfb9dbbee74414b863b813a204f85a53](https://github.com/stellar/kelp/commit/f2d75d52bfb9dbbee74414b863b813a204f85a53))
1328
- Kelp GUI: explicit quit button inside the Kelp GUI window ([846fcf0517be36d3143967e43f33d2a2238aa719](https://github.com/stellar/kelp/commit/846fcf0517be36d3143967e43f33d2a2238aa719))
@@ -36,10 +51,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3651
- Kelp GUI: adjust frontend timer intervals and add comments ([6fb8d428b59a2e517d8f952837169b416b9a45c6](https://github.com/stellar/kelp/commit/6fb8d428b59a2e517d8f952837169b416b9a45c6))
3752
- Kelp GUI: automatically pay test accounts with 1000 units of any asset issued by GBMMZ... public issuer ([3c87298c8b4ce88045d542b872f825532071fc86](https://github.com/stellar/kelp/commit/3c87298c8b4ce88045d542b872f825532071fc86))
3853

39-
### Deprecated
40-
41-
### Removed
42-
4354
### Fixed
4455

4556
- Kelp GUI: fix too many open files error ([df4cb9e87eee5c537f22cd19b49a56c0709c610d](https://github.com/stellar/kelp/commit/df4cb9e87eee5c537f22cd19b49a56c0709c610d))
@@ -49,9 +60,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4960
- Kelp GUI: default windows to --no-electron in bat file ([6a6d9ccae71b788dee55970f072edcc8f2c5a80d](https://github.com/stellar/kelp/commit/6a6d9ccae71b788dee55970f072edcc8f2c5a80d))
5061
- Kelp GUI: refactor os paths used to accommodate for 260 character file path limit in windows ([ae33d83c7ba2344e085816f4071b0763a4a1336e](https://github.com/stellar/kelp/commit/ae33d83c7ba2344e085816f4071b0763a4a1336e))
5162

52-
### Security
53-
54-
5563
## [v1.8.1] - 2020-02-17
5664

5765
### Changed
@@ -288,7 +296,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
288296
- Configuration file based approach to setting up a bot
289297
- Documentation on existing capabilities
290298

291-
[Unreleased]: https://github.com/stellar/kelp/compare/v1.8.1...HEAD
299+
[Unreleased]: https://github.com/stellar/kelp/compare/v1.9.0...HEAD
300+
[v1.9.0]: https://github.com/stellar/kelp/compare/v1.8.1...v1.9.0
292301
[v1.8.1]: https://github.com/stellar/kelp/compare/v1.8.0...v1.8.1
293302
[v1.8.0]: https://github.com/stellar/kelp/compare/v1.7.2...v1.8.0
294303
[v1.7.2]: https://github.com/stellar/kelp/compare/v1.7.1...v1.7.2

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,24 +69,24 @@ There is **one** binary associated with this project: `kelp`. Once the binary is
6969

7070
You can find the pre-compiled binary for your platform from the [Github Releases Page][github-releases].
7171

72-
Here is a list of binaries for the most recent release **v1.8.1**:
72+
Here is a list of binaries for the most recent release **v1.9.0**:
7373

7474
| Platform | Architecture | Binary File Name |
7575
| -------------- | ------------ | ---------------- |
76-
| MacOS (Darwin) | 64-bit | [kelp-v1.8.1-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-darwin-amd64.tar) |
77-
| Windows | 64-bit | [kelp-v1.8.1-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-windows-amd64.tar) |
78-
| Linux | 64-bit | [kelp-v1.8.1-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-amd64.tar) |
79-
| Linux | 64-bit arm | [kelp-v1.8.1-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm64.tar) |
80-
| Linux | 32-bit arm5 | [kelp-v1.8.1-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm5.tar) |
81-
| Linux | 32-bit arm6 | [kelp-v1.8.1-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm6.tar) |
82-
| Linux | 32-bit arm7 | [kelp-v1.8.1-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm7.tar) |
76+
| MacOS (Darwin) | 64-bit | [kelp-v1.9.0-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-darwin-amd64.tar) |
77+
| Windows | 64-bit | [kelp-v1.9.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-windows-amd64.tar) |
78+
| Linux | 64-bit | [kelp-v1.9.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-linux-amd64.tar) |
79+
| Linux | 64-bit arm | [kelp-v1.9.0-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-linux-arm64.tar) |
80+
| Linux | 32-bit arm5 | [kelp-v1.9.0-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-linux-arm5.tar) |
81+
| Linux | 32-bit arm6 | [kelp-v1.9.0-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-linux-arm6.tar) |
82+
| Linux | 32-bit arm7 | [kelp-v1.9.0-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.9.0/kelp-v1.9.0-linux-arm7.tar) |
8383

84-
After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.8.1`) and invoke the `kelp` binary.
84+
After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.9.0`) and invoke the `kelp` binary.
8585

8686
Here's an example to get you started (replace `filename` with the name of the file that you download):
8787

8888
tar xvf filename
89-
cd kelp-v1.8.1
89+
cd kelp-v1.9.0
9090
./kelp
9191

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

0 commit comments

Comments
 (0)