Skip to content

Commit

Permalink
Release v2.0.3 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 authored Feb 4, 2024
1 parent 7612d5a commit 669c053
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## v2.0.3 (2024-02-04)

- Update port.yml (linkify-it v5.0.0) ([#54](https://github.com/tsutsu3/linkify-it-py/pull/54))
- Fix rtd ([#52](https://github.com/tsutsu3/linkify-it-py/pull/52))
- Add linkify-it-py-demo url ([#51](https://github.com/tsutsu3/linkify-it-py/pull/51))
- Fix package build ([#49](https://github.com/tsutsu3/linkify-it-py/pull/49))

## v2.0.2 (2023-05-02)

- Fix missing files to the test ([#44](https://github.com/tsutsu3/linkify-it-py/pull/44))
Expand Down
2 changes: 1 addition & 1 deletion linkify_it/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .main import LinkifyIt # noqa: F401p
from .main import SchemaError # noqa: F401p

__version__ = "2.0.2"
__version__ = "2.0.3"

0 comments on commit 669c053

Please sign in to comment.