From 5d03122d081f9534729df23137268b64aa7f8c67 Mon Sep 17 00:00:00 2001 From: Paul Cadman Date: Mon, 11 Nov 2024 14:45:10 +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 7a1a68be8f..ecba1e8a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Juvix Mascot +## [v0.6.8](https://github.com/anoma/juvix/tree/v0.6.7) (2024-11-11) + +[Full Changelog](https://github.com/anoma/juvix/compare/v0.6.7...v0.6.8) + ## [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)