Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 12, 2023
1 parent 45a79f7 commit 18715da
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v0.4.4 (2023-12-12)

### Fix

* fix: Merge pull request #71 from jmhammond/master

Fixes key error in metadata and ignores ink ([`45a79f7`](https://github.com/e-alizadeh/Zotero2Readwise/commit/45a79f74c1eb1490cf15af29d98ff9a1f0b7bfd1))

### Unknown

* Fixes key error in metadata and ignores ink

This implements default values for metadata keys used elsewhere in code (avoiding key errors)

It also raises an exception for ink annotations for handwritten notes, effectively ignoring them. ([`391eb7a`](https://github.com/e-alizadeh/Zotero2Readwise/commit/391eb7a96bf5fa054a3f33fba7eaa687bfcc34fd))


## v0.4.3 (2023-11-27)

### Fix
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 = "zotero2readwise"
version = "0.4.3"
version = "0.4.4"
description = "Export your Zotero annotations and notes to Readwise"
readme = "README.md"
authors = ["ealizadeh <hello@ealizadeh.com>"]
Expand Down
2 changes: 1 addition & 1 deletion zotero2readwise/__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.4.3"
__version__ = "0.4.4"

TOP_DIR = Path(__file__).parent
FAILED_ITEMS_DIR = TOP_DIR

0 comments on commit 18715da

Please sign in to comment.