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.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Oct 15, 2018
1 parent b916c5f commit e2c473c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

### Changed
- executables for windows should use the .exe extension (7b5bbc9eb5b776a27c63483c4af09ca38937670d)

### Deprecated

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

### Security

## [v1.0.0] - 2018-10-15

### Changed
- executables for windows should use the .exe extension (7b5bbc9eb5b776a27c63483c4af09ca38937670d)

### Fixed
- fixed divide by zero error (fa7d7c4d5a2a256d6cfcfe43a65e530e3c06862e)

## [v1.0.0-rc3] - 2018-09-29

### Added
Expand Down Expand Up @@ -47,6 +54,7 @@ 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-rc3...HEAD
[Unreleased]: https://github.com/lightyeario/kelp/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/lightyeario/kelp/compare/v1.0.0-rc3...v1.0.0
[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
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,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-rc3**:
Here is a list of binaries for the most recent release **v1.0.0**:

| Platform | Architecture | Binary File Name |
| -------------- | ------------ | ---------------- |
| 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) |
| MacOS (Darwin) | 64-bit | [kelp-v1.0.0-darwin-amd64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0/kelp-v1.0.0-darwin-amd64.tar) |
| Windows | 64-bit | [kelp-v1.0.0-windows-amd64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0/kelp-v1.0.0-windows-amd64.tar) |
| Linux | 64-bit | [kelp-v1.0.0-linux-amd64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0/kelp-v1.0.0-linux-amd64.tar) |
| Linux | 64-bit arm | [kelp-v1.0.0-linux-arm64.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0/kelp-v1.0.0-linux-arm64.tar) |
| Linux | 32-bit arm5 | [kelp-v1.0.0-linux-arm5.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0/kelp-v1.0.0-linux-arm5.tar) |
| Linux | 32-bit arm6 | [kelp-v1.0.0-linux-arm6.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0/kelp-v1.0.0-linux-arm6.tar) |
| Linux | 32-bit arm7 | [kelp-v1.0.0-linux-arm7.tar](https://github.com/lightyeario/kelp/releases/download/v1.0.0/kelp-v1.0.0-linux-arm7.tar) |

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

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

0 comments on commit e2c473c

Please sign in to comment.