summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--grobid_tei_xml/__init__.py2
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd5d156..4669202 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,19 @@
# CHANGELOG
+## [0.1.2] - 2021-10-28
+
+### Added
+
+- explicit `parse_citation_xml()` and `parse_citation_list_xml()` methods,
+ which return Optional or always return a list. `parse_citations_xml()` is
+ retained as an alias of `parse_citation_list_xml()`
+
## [0.1.1] - 2021-10-27
### Fixed
-- small `setup.py`
+- `setup.py` fixes
- add `py.typed` file to pypi package so that mypy will detect annotations
## [0.1.0] - 2021-10-25
diff --git a/grobid_tei_xml/__init__.py b/grobid_tei_xml/__init__.py
index 87e9363..4658a0d 100644
--- a/grobid_tei_xml/__init__.py
+++ b/grobid_tei_xml/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.1"
+__version__ = "0.1.2"
from .parse import (
parse_citation_list_xml,