From 9ba073340fd5088d083fec57b3932ac1491f7a7f Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 3 Jun 2024 17:28:19 +0200 Subject: [PATCH] Release 8.0.1 --- CHANGELOG.md | 8 ++++++++ moduleroot/.msync.yml.erb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a04b8dd..7dfa08eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [8.0.1](https://github.com/voxpupuli/modulesync_config/tree/8.0.1) (2024-06-03) + +[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/8.0.0...8.0.1) + +**Fixed bugs:** + +- spec/spec.opts: ensure the file is absent [\#903](https://github.com/voxpupuli/modulesync_config/pull/903) ([bastelfreak](https://github.com/bastelfreak)) + ## [8.0.0](https://github.com/voxpupuli/modulesync_config/tree/8.0.0) (2024-06-03) [Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/7.5.0...8.0.0) diff --git a/moduleroot/.msync.yml.erb b/moduleroot/.msync.yml.erb index 011e7309..876cb3b0 100644 --- a/moduleroot/.msync.yml.erb +++ b/moduleroot/.msync.yml.erb @@ -2,4 +2,4 @@ # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ -modulesync_config_version: '8.0.0' +modulesync_config_version: '8.0.1'