From c018aad14382fd32746d5f245290375b25501b98 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 10 May 2022 13:43:09 +0200 Subject: [PATCH] chore: updated CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9eb4d..da09449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Web API for adding & querying build logs * CLI commands to access build logs API +* Cron build logs are uploaded to above API + +### Changed + +- `vieter build` command now only builds a single repository & uploads the + build logs ## [0.3.0-alpha.1](https://git.rustybever.be/vieter/vieter/src/tag/0.3.0-alpha.1)