From a34bcc0aca8453400a1ba2ff32f3a123b93dde08 Mon Sep 17 00:00:00 2001 From: Hugo Haakseth Date: Thu, 25 Apr 2024 10:38:32 +0200 Subject: [PATCH] Release 7.5.0 --- CHANGELOG.md | 12 ++++++++++++ moduleroot/.msync.yml.erb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f903e40e..38072656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [7.5.0](https://github.com/voxpupuli/modulesync_config/tree/7.5.0) (2024-04-25) + +[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/7.4.0...7.5.0) + +**Implemented enhancements:** + +- Support arbitrary inputs to reusable workflow files [\#888](https://github.com/voxpupuli/modulesync_config/pull/888) ([h-haaks](https://github.com/h-haaks)) + +**Merged pull requests:** + +- Correct variable name for changelog github token [\#890](https://github.com/voxpupuli/modulesync_config/pull/890) ([h-haaks](https://github.com/h-haaks)) + ## [7.4.0](https://github.com/voxpupuli/modulesync_config/tree/7.4.0) (2024-04-12) [Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/7.3.0...7.4.0) diff --git a/moduleroot/.msync.yml.erb b/moduleroot/.msync.yml.erb index 28b61dcf..ade23f9e 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: '7.4.0' +modulesync_config_version: '7.5.0'