File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v2.0.3 (2024-02-04)
4
+
5
+ - Update port.yml (linkify-it v5.0.0) ([ #54 ] ( https://github.com/tsutsu3/linkify-it-py/pull/54 ) )
6
+ - Fix rtd ([ #52 ] ( https://github.com/tsutsu3/linkify-it-py/pull/52 ) )
7
+ - Add linkify-it-py-demo url ([ #51 ] ( https://github.com/tsutsu3/linkify-it-py/pull/51 ) )
8
+ - Fix package build ([ #49 ] ( https://github.com/tsutsu3/linkify-it-py/pull/49 ) )
9
+
3
10
## v2.0.2 (2023-05-02)
4
11
5
12
- Fix missing files to the test ([ #44 ] ( https://github.com/tsutsu3/linkify-it-py/pull/44 ) )
Original file line number Diff line number Diff line change 1
1
from .main import LinkifyIt # noqa: F401p
2
2
from .main import SchemaError # noqa: F401p
3
3
4
- __version__ = "2.0.2 "
4
+ __version__ = "2.0.3 "
You can’t perform that action at this time.
0 commit comments