mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-27 22:34:39 +02:00
Release 0.1.1.
This commit is contained in:
parent
63057d96e4
commit
1dc9011830
4 changed files with 22 additions and 3 deletions
|
@ -5,6 +5,19 @@ Community RouterOS Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v0.1.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Small improvements and bugfixes over the initial release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- api - fix crash when the ``ssl`` parameter is used (https://github.com/ansible-collections/community.routeros/pull/3).
|
||||||
|
|
||||||
v0.1.0
|
v0.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -16,3 +16,12 @@ releases:
|
||||||
- 101_update_facts.yml
|
- 101_update_facts.yml
|
||||||
- 104_facts_export_verbose.yml
|
- 104_facts_export_verbose.yml
|
||||||
release_date: '2020-10-26'
|
release_date: '2020-10-26'
|
||||||
|
0.1.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- api - fix crash when the ``ssl`` parameter is used (https://github.com/ansible-collections/community.routeros/pull/3).
|
||||||
|
release_summary: Small improvements and bugfixes over the initial release.
|
||||||
|
fragments:
|
||||||
|
- 0.1.1.yml
|
||||||
|
- 3-api-ssl.yml
|
||||||
|
release_date: '2020-10-31'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Small improvements and bugfixes over the initial release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "api - fix crash when the ``ssl`` parameter is used (https://github.com/ansible-collections/community.routeros/pull/3)."
|
|
Loading…
Add table
Add a link
Reference in a new issue