diff --git a/magefile.go b/magefile.go index 56ae660a..8d13e62b 100644 --- a/magefile.go +++ b/magefile.go @@ -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) diff --git a/website/content/docs/changelog.md b/website/content/docs/changelog.md index 0e1d4d3a..66e5a6be 100644 --- a/website/content/docs/changelog.md +++ b/website/content/docs/changelog.md @@ -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 @@ -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 diff --git a/website/content/docs/user/cleoc.md b/website/content/docs/user/cleoc.md index ee0c8d2e..2e7b8029 100644 --- a/website/content/docs/user/cleoc.md +++ b/website/content/docs/user/cleoc.md @@ -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. @@ -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`. diff --git a/website/content/docs/user/cleosrv.md b/website/content/docs/user/cleosrv.md index de005ef0..6c6508e9 100644 --- a/website/content/docs/user/cleosrv.md +++ b/website/content/docs/user/cleosrv.md @@ -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 @@ -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`.