Skip to content

Commit

Permalink
Release v1.0.3 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 authored Dec 18, 2021
1 parent f3285e2 commit 06839cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v1.0.3 (2021-12-18)

- Fixed [#98](https://github.com/markdown-it/linkify-it/issues/98). Don't count `;` at the end of link (when followed with space).

## v1.0.2 (2021-10-09)

- Fix: Schema key containing - not producing matches (#26)
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__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit 06839cc

Please sign in to comment.