From caf6c4c4621fa57e5ac93250b5201a687a4cb0d8 Mon Sep 17 00:00:00 2001 From: mahendrapaipuri Date: Sat, 2 Mar 2024 18:26:03 +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 84cab9e..1876876 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ mahendrapaipuri.Ansible Release Notes .. contents:: Topics +v0.2.2 +====== + v0.2.1 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 1b236a3..d61ae6a 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.2.1 +version: 0.2.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7db450d..b48500a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,11 @@ --- ancestor: releases: + 0.2.2: + changes: + trivial: + - 'patch: Add create_system_user_group variable (https://github.com/mahendrapaipuri/ansible/pull/9)' + release_date: '2024-03-02' 0.2.1: changes: trivial: diff --git a/galaxy.yml b/galaxy.yml index 519b5c5..18706b7 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.2.1 +version: 0.2.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)