Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Oct 19, 2023
1 parent 89c9dd1 commit 7b14b6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.3.0](https://github.com/vzhd1701/enex2notion/compare/v0.2.27...v0.3.0) (2023-10-19)

### Features

- add --retry, --skip-failed and --keep-failed options ([7f3969b](https://github.com/vzhd1701/enex2notion/commit/7f3969b2751d22a97522484a86cafa8485416d3d))

### Bug Fixes

- avoid parsing crashes by using lxml ([26d9b8a](https://github.com/vzhd1701/enex2notion/commit/26d9b8a415205959b0452b40040051968b91468f))
- convert bad img src quotes when parsing weblicp ([080d7e3](https://github.com/vzhd1701/enex2notion/commit/080d7e385589cf330e6747d52a693efdf579ca5e)), closes [#79](https://github.com/vzhd1701/enex2notion/issues/79)

### [0.2.27](https://github.com/vzhd1701/enex2notion/compare/v0.2.26...v0.2.27) (2023-10-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion enex2notion/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.27"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "enex2notion"
version = "0.2.27"
version = "0.3.0"
description = "Import Evernote ENEX files to Notion"
authors = ["vzhd1701 <vzhd1701@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 7b14b6d

Please sign in to comment.