diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bbbeda8..c91107a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ mahendrapaipuri.Ansible Release Notes .. contents:: Topics +v0.4.0 +====== + +Minor Changes +------------- + +- minor: Upgrade ceems roles (https://github.com/mahendrapaipuri/ansible/pull/16) + v0.3.2 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 58520fa..8bcbfe1 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.3.2 +version: 0.4.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 20b0a52..ac58eae 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,13 @@ --- ancestor: releases: + 0.4.0: + changes: + minor_changes: + - 'minor: Upgrade ceems roles (https://github.com/mahendrapaipuri/ansible/pull/16)' + trivial: + - 'patch: New NVIDIA/dcgm-exporter upstream release 3.3.6-3.4.2! (https://github.com/mahendrapaipuri/ansible/pull/14)' + release_date: '2024-07-09' 0.3.2: changes: trivial: diff --git a/galaxy.yml b/galaxy.yml index a59d601..101bf3b 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.3.2" +version: "0.4.0" # 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)