From 72503bd415aed32a78ae6581992f81797a97fe19 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 27 Feb 2024 19:52:47 +0000 Subject: [PATCH] Release prep v2.0.1 --- CHANGELOG.md | 11 +++++++++-- metadata.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1701b42..5aaa22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). -## [v2.0.0](https://github.com/TheMeier/themeier-systemd_cron/tree/v2.0.0) - 2024-02-24 +## [v2.0.1](https://github.com/TheMeier/themeier-systemd_cron/tree/v2.0.1) - 2024-02-27 + +[Full Changelog](https://github.com/TheMeier/themeier-systemd_cron/compare/v2.0.0...v2.0.1) + +### Added + +- Ignore missing command if `ensure` is not set to `present` [#37](https://github.com/TheMeier/themeier-systemd_cron/pull/37) ([TheMeier](https://github.com/TheMeier)) + +## [v2.0.0](https://github.com/TheMeier/themeier-systemd_cron/tree/v2.0.0) - 2024-02-25 [Full Changelog](https://github.com/TheMeier/themeier-systemd_cron/compare/v1.0.1...v2.0.0) ### Changed - replace templating with system::manage_unit [#34](https://github.com/TheMeier/themeier-systemd_cron/pull/34) ([TheMeier](https://github.com/TheMeier)) -- Add Debian 12, drop Debian 9/CentOS/RedHat/Rocky [#33](https://github.com/TheMeier/themeier-systemd_cron/pull/33)([TheMeier](https://github.com/TheMeier)) ## [v1.0.1](https://github.com/TheMeier/themeier-systemd_cron/tree/v1.0.1) - 2023-09-09 diff --git a/metadata.json b/metadata.json index a2f421e..3317e2f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "themeier-systemd_cron", - "version": "2.0.0", + "version": "2.0.1", "author": "TheMeier", "summary": "Create cron replacements with systemd services and timers", "license": "Apache-2.0",