Skip to content

Commit

Permalink
prepare release 5.3.0 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte authored Oct 17, 2023
1 parent 6099fe5 commit 5a06cd9
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Ansible Netcommon Collection Release Notes
.. contents:: Topics


v5.3.0
======

Minor Changes
-------------

- Add new module cli_backup that exclusively handles configuration backup.

Bugfixes
--------

- Fix attribute types from string to str in filter plugins.

v5.2.0
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -707,3 +707,15 @@ releases:
name: default
namespace: null
release_date: "2023-09-07"
5.3.0:
changes:
bugfixes:
- Fix attribute types from string to str in filter plugins.
minor_changes:
- Add new module cli_backup that exclusively handles configuration backup.
fragments:
- cli_backup.yaml
- fix_attribute_type.yaml
- sanity_ignores.yaml
- trivial_lint.yaml
release_date: "2023-10-17"
3 changes: 0 additions & 3 deletions changelogs/fragments/cli_backup.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_attribute_type.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/sanity_ignores.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/trivial_lint.yaml

This file was deleted.

0 comments on commit 5a06cd9

Please sign in to comment.