diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7834b..e27abaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.1.7 (2021-05-09) +### Fix +* **index-update:** Index update method implemented ([`002e247`](https://github.com/Esukhia/pedurma/commit/002e247213b41f5830cb7e839ff23f0836aa96a2)) +* **text:** Serializing only durchen and pagination annotation ([`6643938`](https://github.com/Esukhia/pedurma/commit/6643938d37e23602d875b9dfb76c133c775813e2)) +* **save_text:** Saving text feature added ([`a1c9535`](https://github.com/Esukhia/pedurma/commit/a1c9535280af54acbb38bfbab35224cc867ef5ee)) + ## v0.1.6 (2021-05-06) ### Fix * **notes:** Removed redundant methods ([`c48c66d`](https://github.com/Esukhia/pedurma/commit/c48c66d19b163a7c05b574d21a74139b86eef077)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 9b6f635..b975df5 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -5,4 +5,4 @@ from .reconstruction import * from .preprocess import * -__version__ = '0.1.6' \ No newline at end of file +__version__ = '0.1.7' \ No newline at end of file