From d0e9e397b46f0183850dc2bb36ff3f74d1668fb8 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 13 Sep 2023 12:52:55 +0200 Subject: CHANGELOG: describe current state of affairs --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 723af031..8f2bcb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ A feature release on top of `1.2.0`, backwards compatible. +### Major new features + +- New subcommand `just serve` to start server answering queries + about the tree of a given commit, if known. The functionality + of this subcommand will be extended over time to eventually + provide a target-level caching service as described in the + corresponding design document. +- `just-mr` is able to back up and retrieve distribution files + from a remote execution endpoint. This simplifies usage in an + environment with restricted internet access. + +### Other changes + +- New script `just-deduplicate-repos` to avoid blow up of the + `repos.json` in the case of chained imports with common dependencies. +- The built-in `"generic"` rule now supports an argument `"sh -c"`, + allowing to specify the invocation of the shell (defaulting to + `["sh", "-c"]`). +- `just describe` also shows the values of the implicit dependencies. + +### Fixes + +- Improved protability and update of the bundled dependencies. +- Various minor improvements and typo fixes in the documentation. + ## Release `1.2.0` (2023-08-25) A feature release on top of `1.1.0`, backwards compatible. -- cgit v1.2.3