Skip to content

Commit

Permalink
website: update for release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omarkohl committed May 25, 2023
1 parent ebb383a commit c744cef
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ func Release() error {
cp website/content/docs/changelog.md temp_changelog.md
vim temp_changelog.md
* Remove everything except the current release from that file. Also
remove the version title because it becomes redundant`
remove the version title and the release date because it becomes redundant`
return fmt.Errorf(msg, changelogPath)
}
changelogContent, err := os.ReadFile(changelogPath)
Expand Down
10 changes: 9 additions & 1 deletion website/content/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ 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.3.0...HEAD)


## v0.3.0

Release date: 2023-05-25


### Added

* API, Frontend: Estimates from forecasts that have been resolved now include
Expand All @@ -28,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* The `cleosrv` binary now also supports a `--version/-v` flag in addition to
the identical `version` subcommand because it's more convenient.

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


## v0.2.0
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.2.0**
**Latest release: 0.3.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.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).
[Windows (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.3.0/cleoc_0.3.0_Windows_64bit.zip),
[Linux (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.3.0/cleoc_0.3.0_Linux_64bit.tar.gz),
[Linux ARM (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.3.0/cleoc_0.3.0_Linux_ARM64.tar.gz) or
[MacOS (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.3.0/cleoc_0.3.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.2.0**
**Latest release: 0.3.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.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).
[Windows (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.3.0/cleosrv_0.3.0_Windows_64bit.zip),
[Linux (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.3.0/cleosrv_0.3.0_Linux_64bit.tar.gz),
[Linux ARM (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.3.0/cleosrv_0.3.0_Linux_ARM64.tar.gz) or
[MacOS (64bit)](https://github.com/cleodora-forecasting/cleodora/releases/download/v0.3.0/cleosrv_0.3.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

0 comments on commit c744cef

Please sign in to comment.