Skip to content

Commit 6db80e2

Browse files
committed
chore: bump version to 0.22.7
1 parent b15fb1d commit 6db80e2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
## 0.22.7
2+
3+
### Fixes
4+
- **Replace `lazyproperty` with `functools.cached_property`**: Fix a bug where 26 properties returning `None` were re-evaluated on every access instead of caching. Also improves performance on cached reads.
5+
16
## 0.22.6
27

38
### Fixes
49
* Self-contained script for version extraction in release CI
5-
- **Replace `lazyproperty` with `functools.cached_property`**: Fix a bug where 26 properties returning `None` were re-evaluated on every access instead of caching. Also improves performance on cached reads.
610

711
## 0.22.5
812

unstructured/__version__.py

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

0 commit comments

Comments
 (0)