Skip to content

Commit

Permalink
Release v2.0.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed May 7, 2022
1 parent dfefc3b commit 02a384a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Change Log

## vx.x.x (2022-xx-xx) / Draft
## v2.0.0 (2022-05-07)

- Add `matchAtStart` method to match full URLs at the start of the string.
- Fixed paired symbols (`()`, `{}`, `""`, etc.) after punctuation.
- `---` option now affects parsing of emails (e.g. `user@example.com---`)

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

Expand All @@ -14,8 +16,6 @@

## v1.0.1 (2020-12-18)

### Added

- Add manifest
- Add codecov.yml

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.3"
__version__ = "2.0.0"

0 comments on commit 02a384a

Please sign in to comment.