Add changelog for 2.0.2 (#59)

Add changelog for v2.0.2

Reviewed-by: https://github.com/apps/ansible-zuul
pull/62/head 2.0.2
Nilashish Chakraborty 2021-03-30 19:17:05 +05:30 committed by GitHub
parent 1d28b7a1d7
commit 0bd35af5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 6 deletions

View File

@ -5,6 +5,15 @@ Ansible Utils Collection Release Notes
.. contents:: Topics .. contents:: Topics
v2.0.2
======
Bugfixes
--------
- Fix cli_parse template_path read error (https://github.com/ansible-collections/ansible.utils/pull/51).
- Fix jsonschema input data format checking (https://github.com/ansible-collections/ansible.utils/pull/50).
v2.0.1 v2.0.1
====== ======

View File

@ -76,3 +76,12 @@ releases:
- ansible-doc.yaml - ansible-doc.yaml
- cli_parse_fix.yaml - cli_parse_fix.yaml
release_date: '2021-02-25' release_date: '2021-02-25'
2.0.2:
changes:
bugfixes:
- Fix cli_parse template_path read error (https://github.com/ansible-collections/ansible.utils/pull/51).
- Fix jsonschema input data format checking (https://github.com/ansible-collections/ansible.utils/pull/50).
fragments:
- cli_parse_errors_return.yaml
- jsonschema_data_validation_fix.yaml
release_date: '2021-03-29'

View File

@ -1,3 +0,0 @@
---
bugfixes:
- Fix cli_parse template_path read error (https://github.com/ansible-collections/ansible.utils/pull/51).

View File

@ -1,3 +0,0 @@
---
bugfixes:
- Fix jsonschema input data format checking (https://github.com/ansible-collections/ansible.utils/pull/50).