From 370c13716b6c9b65c2d7558434f1e658b78c39fa Mon Sep 17 00:00:00 2001 From: Paul Cadman Date: Mon, 11 Nov 2024 14:43:44 +0000 Subject: [PATCH 1/2] Release 0.6.8 --- package.yaml | 2 +- tests/smoke/Commands/version-help-doctor.smoke.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.yaml b/package.yaml index ca4ef8b5b4..2b0bd6879c 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: juvix -version: 0.6.7 +version: 0.6.8 license: GPL-3.0-only license-file: LICENSE.md copyright: (c) 2022- Heliax AG. diff --git a/tests/smoke/Commands/version-help-doctor.smoke.yaml b/tests/smoke/Commands/version-help-doctor.smoke.yaml index 4b5be6268f..58681d1206 100644 --- a/tests/smoke/Commands/version-help-doctor.smoke.yaml +++ b/tests/smoke/Commands/version-help-doctor.smoke.yaml @@ -7,7 +7,7 @@ tests: stdout: matches: regex: |- - ^Juvix version 0.6.7-([a-f0-9]{7}).* + ^Juvix version 0.6.8-([a-f0-9]{7}).* - name: cli-numeric-version command: From 8beaee7acb7ee73860c084a026a6c56d1becd85b Mon Sep 17 00:00:00 2001 From: Paul Cadman Date: Mon, 11 Nov 2024 14:45:10 +0000 Subject: [PATCH 2/2] 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..cf273f4608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Juvix Mascot +## [v0.6.8](https://github.com/anoma/juvix/tree/v0.6.8) (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)