Prepare 2.14.1.
parent
99d1521266
commit
8fa4dc75c9
|
@ -0,0 +1,11 @@
|
||||||
|
release_summary: |
|
||||||
|
Bugfix and maintenance release with updated documentation.
|
||||||
|
|
||||||
|
From this version on, community.crypto is using the new `Ansible semantic markup
|
||||||
|
<https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#semantic-markup-within-module-documentation>`__
|
||||||
|
in its documentation. If you look at documentation with the ansible-doc CLI tool
|
||||||
|
from ansible-core before 2.15, please note that it does not render the markup
|
||||||
|
correctly. You should be still able to read it in most cases, but you need
|
||||||
|
ansible-core 2.15 or later to see it as it is intended. Alternatively you can
|
||||||
|
look at `the devel docsite <https://docs.ansible.com/ansible/devel/collections/community/crypto/>`__
|
||||||
|
for the rendered HTML version of the documentation of the latest release.
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace: community
|
namespace: community
|
||||||
name: crypto
|
name: crypto
|
||||||
version: 2.15.0
|
version: 2.14.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible (github.com/ansible)
|
- Ansible (github.com/ansible)
|
||||||
|
|
Loading…
Reference in New Issue