Release 0.1.1.

This commit is contained in:
Felix Fontein 2020-10-31 14:32:22 +01:00
parent 63057d96e4
commit 1dc9011830
4 changed files with 22 additions and 3 deletions

View file

@ -5,6 +5,19 @@ Community RouterOS Release Notes
.. 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
======

View file

@ -16,3 +16,12 @@ releases:
- 101_update_facts.yml
- 104_facts_export_verbose.yml
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'

View file

@ -1 +0,0 @@
release_summary: Small improvements and bugfixes over the initial release.

View file

@ -1,2 +0,0 @@
bugfixes:
- "api - fix crash when the ``ssl`` parameter is used (https://github.com/ansible-collections/community.routeros/pull/3)."