Skip to content

Commit

Permalink
chore(release): 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Jun 3, 2022
1 parent 34c8a8f commit 0ccf879
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [0.2.14](https://github.com/vzhd1701/enex2notion/compare/v0.2.13...v0.2.14) (2022-06-03)

### Bug Fixes

- avoid warning when uploading tables ([d0aa9ea](https://github.com/vzhd1701/enex2notion/commit/d0aa9ead85fb1c073169b05189edaa204fce277f))
- log only warning messages from notion with --verbose flag ([9b74b15](https://github.com/vzhd1701/enex2notion/commit/9b74b159542b7b6d56987baa0d9cbb92d619c765))
- prevent network error when uploading files ([c6bacc0](https://github.com/vzhd1701/enex2notion/commit/c6bacc0a9fb5c20f096785bace02b61894f285d9))

### [0.2.13](https://github.com/vzhd1701/enex2notion/compare/v0.2.12...v0.2.13) (2022-05-25)

### 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.13"
__version__ = "0.2.14"
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.13"
version = "0.2.14"
description = "Import Evernote ENEX files to Notion"
authors = ["vzhd1701 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0ccf879

Please sign in to comment.