We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a16646 commit 1d8e4feCopy full SHA for 1d8e4fe
CHANGELOG.rst
@@ -11,6 +11,13 @@ Change Log
11
12
.. There should always be an "Unreleased" section for changes pending release.
13
14
+[1.0.0] - 2021-01-25
15
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
+
17
+* BREAKING CHANGE: Improvement of some error messages
18
+* BREAKING CHANGE: Refactor linting in a way that breaks backward compatibility of certain edge cases
19
+* Implement optional annotation fields
20
21
[0.10.3] - 2020-12-15
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23
code_annotations/__init__.py
@@ -2,4 +2,4 @@
2
Extensible tools for parsing annotations in codebases.
3
"""
4
5
-__version__ = '0.10.2'
+__version__ = '1.0.0'
0 commit comments