diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de90d60..47771d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## Release `1.6.1` (UNRELEASED) + +Bug fixes on top of `1.6.0`. + +### Fixes + +- Fixed missing mandatory locking point of the Git cache in a + `just serve` service. +- `just-mr` now correctly maintains also the Git cache lock when + calling `just` if repository configuration was involved, + preventing any unwanted intermediary repository garbage collection. +- The invocation server now correctly reports the total number of + uncached actions. + ## Release `1.6.0` (2025-06-27) A feature release on top of `1.5.0`, backwards compatible. |