diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4b0120b..1a93bc4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ Change Log .. There should always be an "Unreleased" section for changes pending release. +[1.0.2] - 2021-01-22 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Make setting_warning annotation optional. + [1.0.1] - 2021-01-22 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/code_annotations/__init__.py b/code_annotations/__init__.py index 29ca68b..1fec0ed 100644 --- a/code_annotations/__init__.py +++ b/code_annotations/__init__.py @@ -2,4 +2,4 @@ Extensible tools for parsing annotations in codebases. """ -__version__ = '1.0.1' +__version__ = '1.0.2' diff --git a/code_annotations/contrib/config/setting_annotations.yaml b/code_annotations/contrib/config/setting_annotations.yaml index de20431..1428470 100644 --- a/code_annotations/contrib/config/setting_annotations.yaml +++ b/code_annotations/contrib/config/setting_annotations.yaml @@ -7,6 +7,7 @@ annotations: - ".. setting_default:": - ".. setting_description:": - ".. setting_warning:": + optional: true extensions: python: - py