chore: bump version to 1.2.0

Version 1.2.0 includes:
- Display class integration for Ansible-standard verbosity
- Enhanced --diff flag showing detailed record changes
- Improved logging following Ansible Developer Guide
- Compliance with ansible-creator agents.md specifications
This commit is contained in:
Daniel Akulenok
2026-01-29 20:57:27 +01:00
parent 4843c71606
commit e2ed39b902
2 changed files with 24 additions and 1 deletions

View File

@@ -4,6 +4,29 @@ Valid.Nsupdate_zone Collection Release Notes
.. contents:: Topics
v1.2.0
======
Release Summary
---------------
Refactored to comply with Ansible coding standards and improved diff/verbose output.
New Features
------------
- Display class integration for proper Ansible-standard verbosity output
- Enhanced --diff flag to show detailed record-by-record changes
- Detailed output now shown with either -v flag or --diff flag
- Improved logging follows Ansible Developer Guide standards
Bugfixes
--------
- Replace module.log() with Display class methods per Ansible specification
- Use display.vvv() for actionable changes and display.vvvv() for skipped records
- Align with ansible-creator agents.md coding guidelines
v1.1.0
======

View File

@@ -5,7 +5,7 @@
namespace: "valid"
name: "nsupdate_zone"
version: 1.1.0
version: 1.2.0
readme: README.md
authors:
- Dan Kercher