From 48aa1a3ff1874e76db4a065f5312984085f9f8cd Mon Sep 17 00:00:00 2001 From: Martin Pietsch <martin.pietsch@tu-dresden.de> Date: Mon, 8 Mar 2021 13:48:48 +0100 Subject: [PATCH] added changelogs --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 8 ++++++++ changelogs/config.yaml | 28 ++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 CHANGELOG.rst create mode 100644 changelogs/changelog.yaml create mode 100644 changelogs/config.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..c77d55b --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,14 @@ +=============================== +sdm.oor Release Notes +=============================== + +.. contents:: Topics + +v1.0.0 +====== + +Major Changes +------------- + +- added strategy plugins `sdmfree` and `sdmhost_pinned` +- added callback plugin `sdmdefault` diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml new file mode 100644 index 0000000..230e81b --- /dev/null +++ b/changelogs/changelog.yaml @@ -0,0 +1,8 @@ +ancestor: null +releases: + 1.0.0: + changes: + major_changes: + - added strategy plugins `sdmfree` and `sdmhost_pinned` + - added callback plugin `sdmdefault` + release_date: '2021-03-08' diff --git a/changelogs/config.yaml b/changelogs/config.yaml new file mode 100644 index 0000000..d850b10 --- /dev/null +++ b/changelogs/config.yaml @@ -0,0 +1,28 @@ +title: SDM object oriented role collection +changelog_filename_template: ../CHANGELOG.rst +changelog_filename_version_depth: 0 +changes_file: changelog.yaml +changes_format: combined +keep_fragments: false +mention_ancestor: true +new_plugins_after_name: removed_features +notesdir: fragments +prelude_section_name: release_summary +prelude_section_title: Release Summary +sections: +- - major_changes + - Major Changes +- - minor_changes + - Minor Changes +- - breaking_changes + - Breaking Changes / Porting Guide +- - deprecated_features + - Deprecated Features +- - removed_features + - Removed Features (previously deprecated) +- - security_fixes + - Security Fixes +- - bugfixes + - Bugfixes +- - known_issues + - Known Issues -- GitLab