Prepare for release 2.3.1 (#87)

Prepare for release 2.3.1

SUMMARY


ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Sagar Paul <sagpaul@redhat.com>
Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
pull/91/head 2.3.1
Ashwini Mhatre 2021-07-27 18:33:43 +05:30 committed by GitHub
parent 45eb99fb94
commit b95847245d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 4 deletions

View File

@ -5,6 +5,15 @@ Ansible Utils Collection Release Notes
.. contents:: Topics
v2.3.1
======
Bugfixes
--------
- Add support for the validation of formats to the jsonschema validator.
- Improve test coverage
v2.3.0
======

View File

@ -133,3 +133,11 @@ releases:
- improve_coverage_for_filter_plugins.yaml
- update_doc_for_usable_range_filter_plugin.yml
release_date: '2021-06-22'
2.3.1:
changes:
bugfixes:
- Add support for the validation of formats to the jsonschema validator.
- Improve test coverage
fragments:
- 81_add_support_for_format.yaml
release_date: '2021-07-26'

View File

@ -1,4 +0,0 @@
---
bugfixes:
- Add support for the validation of formats to the jsonschema validator.
- Improve test coverage