Skip to content

Commit

Permalink
chore(release): 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Apr 4, 2022
1 parent 3ae8095 commit 50d1f71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### [0.2.6](https://github.com/vzhd1701/enex2notion/compare/v0.2.5...v0.2.6) (2022-04-04)

### Bug Fixes

- filter out unsupported file extensions for upload ([e6e6fba](https://github.com/vzhd1701/enex2notion/commit/e6e6fba7815ab7de727ffd2a3feec8d5ba00ef33))
- get rid of recursion when splitting blocks for weblcips ([b5e8b19](https://github.com/vzhd1701/enex2notion/commit/b5e8b190f251187f341dced6c020536dc10fe3c8)), closes [#17](https://github.com/vzhd1701/enex2notion/issues/17)
- handle bad token error ([437208f](https://github.com/vzhd1701/enex2notion/commit/437208f136d9b46a1c347fe4adb833db63198468))
- skip root page search for empty accounts ([807b04c](https://github.com/vzhd1701/enex2notion/commit/807b04caa464abfef3e6745870c4f48682c5a658))

### [0.2.5](https://github.com/vzhd1701/enex2notion/compare/v0.2.4...v0.2.5) (2022-01-12)

### Features
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.5"
__version__ = "0.2.6"
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.5"
version = "0.2.6"
description = "Import Evernote ENEX files to Notion"
authors = ["vzhd1701 <vzhd1701@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 50d1f71

Please sign in to comment.