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.
2 parents d2c0f26 + 45070f4 commit 680ab1fCopy full SHA for 680ab1f
CHANGELOG.rst
@@ -14,6 +14,11 @@ Change Log
14
Unreleased
15
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
17
+[2.1.0] - 2024-12-12
18
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
+
20
+* Add support for optional event warning for in-line annotation.
21
22
[2.0.0] - 2024-10-18
23
24
code_annotations/__init__.py
@@ -2,4 +2,4 @@
2
Extensible tools for parsing annotations in codebases.
3
"""
4
5
-__version__ = '2.0.0'
+__version__ = '2.1.0'
0 commit comments