From 73f681e2e35e47513e081dbac1dba501ca7c8600 Mon Sep 17 00:00:00 2001 From: mahendrapaipuri Date: Thu, 29 Feb 2024 14:33:56 +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 f6395b1..4795695 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ mahendrapaipuri.Ansible Release Notes .. contents:: Topics +v0.1.2 +====== + v0.1.1 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 5b82465..c2aed65 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.1.1 +version: 0.1.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ebde1f4..1781fa1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,11 @@ --- ancestor: releases: + 0.1.2: + changes: + trivial: + - 'patch: New NVIDIA/dcgm-exporter upstream release 3.3.5-3.4.0! (https://github.com/mahendrapaipuri/ansible/pull/5)' + release_date: '2024-02-29' 0.1.1: changes: bugfixes: diff --git a/galaxy.yml b/galaxy.yml index 259aac4..2eb31c0 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.1.1 +version: 0.1.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)