Skip to content

Commit 55ea3d0

Browse files
committed
chore: bump version to 0.22.2
1 parent 9cc0481 commit 55ea3d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.22.1
1+
## 0.22.2
22

33
### Enhancements
44
- **Reduce spaCy model memory**: Exclude unused pipeline components (`ner`, `parser`, `lemmatizer`, `attribute_ruler`) when loading `en_core_web_sm`, and use lightweight `sentencizer` for sentence splitting instead of the dependency parser

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.1" # pragma: no cover
1+
__version__ = "0.22.2" # pragma: no cover

0 commit comments

Comments
 (0)