chore(release): bump version to 1.3.0
- Guidelines compliance improvements - Type hints for all functions - Refactored logging (removed ansible.utils dependency) - Documentation formatting updates
This commit is contained in:
12
galaxy.yml
12
galaxy.yml
@@ -1,11 +1,9 @@
|
||||
---
|
||||
# This collection is initialized by https://github.com/ansible/ansible-creator 25.12.0
|
||||
|
||||
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
|
||||
|
||||
namespace: "valid"
|
||||
name: "nsupdate_zone"
|
||||
version: 1.2.0
|
||||
version: 1.3.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Dan Kercher
|
||||
@@ -16,10 +14,10 @@ license_file: LICENSE
|
||||
tags: ["dns", "networking", "infrastructure"]
|
||||
dependencies: {}
|
||||
|
||||
repository: http://example.com/repository
|
||||
documentation: http://docs.example.com
|
||||
homepage: http://example.com
|
||||
issues: http://example.com/issue/tracker
|
||||
repository: https://github.com/ansible-collections/community.dns
|
||||
documentation: https://docs.ansible.com/ansible/latest/collections/community/dns/
|
||||
homepage: https://github.com/ansible-collections/community.dns
|
||||
issues: https://github.com/ansible-collections/community.dns/issues
|
||||
|
||||
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
|
||||
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
|
||||
|
||||
Reference in New Issue
Block a user