Skip to content

Commit

Permalink
Release v1.0.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 authored Dec 18, 2020
1 parent 7cfdac2 commit 1e35d3c
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

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

### Added

- Add manifest
- Add codecov.yml

## v1.0.0 (2020-11-15)

- First release
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.0"
__version__ = "1.0.1"

0 comments on commit 1e35d3c

Please sign in to comment.