ansible-module/changelogs/changelog.yaml

41 Zeilen
931 B
YAML

ancestor: null
releases:
0.2.0:
changes:
release_summary: change the module to an ansible module
fragments:
- base_release.yml
release_date: '2024-02-11'
2024-02-24 09:45:49 +00:00
0.3.0:
changes:
release_summary: rewrote the Types helper
2024-03-12 20:10:44 +00:00
fragments:
- types.yml
release_date: '2024-02-24'
2024-02-24 09:45:49 +00:00
0.3.1:
changes:
release_summary: removed forgotten print calls
2024-03-12 20:10:44 +00:00
fragments:
- print_calls.yml
release_date: '2024-02-24'
0.4.0:
changes:
release_summary: 'to prevent empty sections, the install and header methods
return None if the method would just the scetion
header
'
2024-03-12 20:10:44 +00:00
fragments:
- sectioning.yml
release_date: '2024-03-08'
0.4.1:
changes:
minor_changes:
- added an default Display to the module
- fixed the docification of dictionaries
fragments:
- display.yml
- options_fix.yml
release_date: '2024-03-13'