Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 1, 2022
1 parent 2e78a47 commit 7cc298b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

<!--next-version-placeholder-->

## v0.2.0 (2022-01-01)
### Feature
* Define `Zotero2Markdown` class for easier implementation. Update failed item handling. Use Zotero2Markdown in `generate.py`. ([`1a461a5`](https://github.com/e-alizadeh/Zotero2MD/commit/1a461a569ebf17906e45b0858e84824b46d8ee00))

## v0.1.0 (2021-12-29)
### Feature
* Add notes to the output. Use markdownify library to convert HTML-styled notes to markdown. ([`3b83dc8`](https://github.com/e-alizadeh/Zotero2MD/commit/3b83dc82d47198010a136b4f9a06d744256e04ce))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zotero2md"
version = "0.1.0"
version = "0.2.0"
description = "Export Zotero annotations and notes to Markdown files."
readme = "README.md"
authors = ["ealizadeh <hello@ealizadeh.com>"]
Expand Down
2 changes: 1 addition & 1 deletion zotero2md/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path

__author__ = "Essi Alizadeh"
__version__ = "0.1.0"
__version__ = "0.2.0"

ROOT_DIR: Path = Path(__file__).parent
TOP_DIR: Path = ROOT_DIR.parent
Expand Down

0 comments on commit 7cc298b

Please sign in to comment.