diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 57404c0c..bf359662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Release `1.1.0` (UNRELEASED) +## Release `1.1.0` (2023-05-19) A feature release on top of `1.0.0`, backwards compatible. @@ -31,6 +31,14 @@ A feature release on top of `1.0.0`, backwards compatible. local CAS - `just analyse` now supports a new option `--dump-export-targets` +### Note + +There is a regression in `libgit2` versions `1.6.1` up to and +including `1.6.4` with a fix already committed upstream. This +regression makes `just` unusable when built against those versions. +Therefore, the third-party build description for `libgit2` is still +for version `1.5.2`. + ## Release `1.1.0~beta2` (2023-05-15) Second beta release for the upcoming `1.1.0` release; see release |