From 0adbbc058ed1ef7ffa298f33a05220f4e3e67c0e Mon Sep 17 00:00:00 2001 From: mahendrapaipuri Date: Tue, 9 Jul 2024 16:31:36 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 3 +++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 5 +++++ galaxy.yml | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c91107a..6b33594 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ mahendrapaipuri.Ansible Release Notes .. contents:: Topics +v0.4.1 +====== + v0.4.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 8bcbfe1..522ce67 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.4.0 +version: 0.4.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ac58eae..e3e22fe 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,11 @@ --- ancestor: releases: + 0.4.1: + changes: + trivial: + - 'patch: Format the config files properly (https://github.com/mahendrapaipuri/ansible/pull/19)' + release_date: '2024-07-09' 0.4.0: changes: minor_changes: diff --git a/galaxy.yml b/galaxy.yml index 101bf3b..23bda80 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.0" +version: "0.4.1" # 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)