From 7b14b6dba6ca4679d9600b2eca66fd1735ecc85c Mon Sep 17 00:00:00 2001 From: vzhd1701 Date: Thu, 19 Oct 2023 22:49:36 +0500 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 11 +++++++++++ enex2notion/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02749f2..12d86de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/enex2notion/version.py b/enex2notion/version.py index be2d7c2..493f741 100644 --- a/enex2notion/version.py +++ b/enex2notion/version.py @@ -1 +1 @@ -__version__ = "0.2.27" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index d0a54f8..6b9d144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"