From 21b4991e751d6cc47ef233f29140d8733aca24c3 Mon Sep 17 00:00:00 2001 From: mahendrapaipuri Date: Tue, 27 Aug 2024 09:12:50 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 3 +++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 7 +++++++ galaxy.yml | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b33594..0ab5dcb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ mahendrapaipuri.Ansible Release Notes .. contents:: Topics +v0.4.2 +====== + v0.4.1 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 522ce67..e8c1354 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.4.1 +version: 0.4.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e3e22fe..161838c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,13 @@ --- ancestor: releases: + 0.4.2: + changes: + trivial: + - 'patch: New mahendrapaipuri/ceems upstream release 0.2.1! (https://github.com/mahendrapaipuri/ansible/pull/29)' + - 'patch: New mahendrapaipuri/ceems upstream release 0.2.1! (https://github.com/mahendrapaipuri/ansible/pull/28)' + - 'patch: New mahendrapaipuri/ceems upstream release 0.2.1! (https://github.com/mahendrapaipuri/ansible/pull/27)' + release_date: '2024-08-27' 0.4.1: changes: trivial: diff --git a/galaxy.yml b/galaxy.yml index 23bda80..0269954 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,7 +7,7 @@ namespace: mahendrapaipuri # The name of the collection. Has the same character restrictions as 'namespace' name: ansible # The version of the collection. Must be compatible with semantic versioning -version: "0.4.1" +version: "0.4.2" # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md # A list of the collection's content authors. Can be just the name or in the format 'Full Name (url)