From f0a5b28a3d4f67b8290944bbf16132dc232effde Mon Sep 17 00:00:00 2001 From: Paul Cadman Date: Wed, 6 Nov 2024 17:33:44 +0000 Subject: [PATCH] Add empty CHANGELOG The CHANGELOG generator we use: https://github.com/github-changelog-generator/github-changelog-generator has stopped working with errors like the following: Warning: PR 3148 merge commit was not found in the release branch or tagged git history and no rebased SHA comment was found So we'll defer populating the CHANGELOG summary until after the release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8aec4dcd2..7a1a68be8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Juvix Mascot +## [v0.6.7](https://github.com/anoma/juvix/tree/v0.6.7) (2024-11-06) + +[Full Changelog](https://github.com/anoma/juvix/compare/v0.6.6...v0.6.7) + ## [v0.6.6](https://github.com/anoma/juvix/tree/v0.6.6) (2024-09-03) [Full Changelog](https://github.com/anoma/juvix/compare/v0.6.5...v0.6.6)