Skip to content

Commit

Permalink
website: update for v0.2.0 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarkohl committed Mar 4, 2023
1 parent c95851f commit 33b5f89
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion website/content/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

[Git history](https://github.com/cleodora-forecasting/cleodora/compare/v0.2.0...HEAD)


## v0.2.0

### Added

* API, Frontend: Resolve forecasts (i.e. decide which outcome was actually the
Expand Down Expand Up @@ -60,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
making a forecast with a single outcome makes little or no sense.


[Git history](https://github.com/cleodora-forecasting/cleodora/compare/v0.1.1...HEAD)
[Git history](https://github.com/cleodora-forecasting/cleodora/compare/v0.1.1...v0.2.0)


## v0.1.1
Expand Down
10 changes: 5 additions & 5 deletions website/content/docs/user/cleoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bookToc: true

# cleoc

**Latest release: 0.1.1**
**Latest release: 0.2.0**

`cleoc` (Cleodora client) is a Cleodora CLI (command-line interface) client to
interact with a `cleosrv` Cleodora server.
Expand All @@ -28,10 +28,10 @@ machine or somewhere else.
## Installing cleoc

Download the latest release for
[Windows (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.1.1/cleoc_0.1.1_windows_amd64.zip),
[Linux (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.1.1/cleoc_0.1.1_linux_amd64.tar.gz),
[Linux ARM (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.1.1/cleoc_0.1.1_linux_arm64.tar.gz) or
[Mac OS (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.1.1/cleoc_0.1.1_darwin_amd64.tar.gz).
[Windows (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.2.0/cleoc_0.2.0_Windows_64bit.zip),
[Linux (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.2.0/cleoc_0.2.0_Linux_64bit.tar.gz),
[Linux ARM (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.2.0/cleoc_0.2.0_Linux_ARM64.tar.gz) or
[MacOS (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.2.0/cleoc_0.2.0_macOS_64bit.tar.gz).

Unpack the archive wherever you want it. There will only be a single executable
inside named `cleoc` or `cleoc.exe`.
Expand Down
10 changes: 5 additions & 5 deletions website/content/docs/user/cleosrv.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bookToc: true

# cleosrv

**Latest release: 0.1.1**
**Latest release: 0.2.0**

`cleosrv` (Cleodora server) is the main application. It includes a beautiful
web UI (user interface) that you can access from your browser as well as a
Expand All @@ -26,10 +26,10 @@ automatically created it if does not exist.
## Installing cleosrv

Download the latest release for
[Windows (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.1.1/cleosrv_0.1.1_windows_amd64.zip),
[Linux (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.1.1/cleosrv_0.1.1_linux_amd64.tar.gz),
[Linux ARM (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.1.1/cleosrv_0.1.1_linux_arm64.tar.gz) or
[Mac OS (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.1.1/cleosrv_0.1.1_darwin_amd64.tar.gz).
[Windows (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.2.0/cleosrv_0.2.0_Windows_64bit.zip),
[Linux (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.2.0/cleosrv_0.2.0_Linux_64bit.tar.gz),
[Linux ARM (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.2.0/cleosrv_0.2.0_Linux_ARM64.tar.gz) or
[MacOS (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.2.0/cleosrv_0.2.0_macOS_64bit.tar.gz).

Unpack the archive wherever you want it. There will only be a single executable
inside named `cleosrv` or `cleosrv.exe`.
Expand Down
Binary file modified website/static/cleosrv_frontend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33b5f89

Please sign in to comment.