Skip to content

Commit

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

### Bug Fixes

- fix parse errors for huge and empty nodes ([#102](https://github.com/vzhd1701/enex2notion/issues/102)) ([0520e93](https://github.com/vzhd1701/enex2notion/commit/0520e93141297996977fbc7ea235e60291ea367f)), closes [#101](https://github.com/vzhd1701/enex2notion/issues/101)
- improve handling notes with empty content ([87593b2](https://github.com/vzhd1701/enex2notion/commit/87593b2bdeba2096d302d325cf4a3a1c48754cc4))

## [0.3.0](https://github.com/vzhd1701/enex2notion/compare/v0.2.27...v0.3.0) (2023-10-19)

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

0 comments on commit 6753043

Please sign in to comment.