From a4a59ea849cc439ee67665d0668d8e1f71dfa72e Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 25 Aug 2023 10:36:52 +0200 Subject: Release 1.2.0 --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index cfedfeba..088d5531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Release `1.2.0` (UNRELEASED) +## Release `1.2.0` (2023-08-25) A feature release on top of `1.1.0`, backwards compatible. @@ -56,6 +56,21 @@ A feature release on top of `1.1.0`, backwards compatible. remote-execution endpoints. - `just install-cas` now, like `just install`, removes an existing destination file before installing instead of overwriting. +- Only actions with exit code 0 that generated all required outputs + are taken from cache, instead of all actions with exit code 0. + This only affects remote execution, as purely local build didn't + cache actions with incomplete outputs. + +### Changes since `1.2.0~beta3` + +- Only actions with exit code 0 that generated all required outputs + are taken from cache, instead of all actions with exit code 0. + This only affects remote execution, as purely local build didn't + cache actions with incomplete outputs. +- Splitting off libraries from the main binary targets to simplify + cherry-picking future fixes from the head development branch. +- Improvements of the bundled dependency descriptions. +- Update of documentation. ## Release `1.2.0~beta3` (2023-08-22) -- cgit v1.2.3