Skip to content

Commit 1d8e4fe

Browse files
committed
Release v1.0.0
1 parent 1a16646 commit 1d8e4fe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Change Log
1111

1212
.. There should always be an "Unreleased" section for changes pending release.
1313
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+
1421
[0.10.3] - 2020-12-15
1522
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1623

code_annotations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Extensible tools for parsing annotations in codebases.
33
"""
44

5-
__version__ = '0.10.2'
5+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)