ansible-module/changelogs/changelog.yaml

29 Zeilen
705 B
YAML

ancestor: null
releases:
0.2.0:
changes:
release_summary: change the module to an ansible module
fragments:
2024-02-24 09:45:49 +00:00
- base_release.yml
release_date: "2024-02-11"
0.3.0:
changes:
release_summary: rewrote the Types helper
2024-03-12 20:10:44 +00:00
fragments:
- types.yml
2024-02-24 09:45:49 +00:00
release_date: "2024-02-24"
0.3.1:
changes:
release_summary: removed forgotten print calls
2024-03-12 20:10:44 +00:00
fragments:
- print_calls.yml
2024-02-24 09:45:49 +00:00
release_date: "2024-02-24"
0.4.0:
release_date: "2024-03-08"
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