You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 0.1.0
2
+
* Migrate to native uv for package management, replacing pip and pip-compile
3
+
* Replace black and flake8 with ruff for linting and formatting
4
+
* Remove all version pins from dependencies, use uv.lock for reproducibility
5
+
* Update Dockerfile, CI workflows, and Makefile to use uv throughout
6
+
* Add type stubs (types-requests) as explicit test dependencies
7
+
* Fix flaky Korean OCR test assertions for tesseract compatibility
8
+
1
9
## 0.0.93
2
10
* Refactored the Dockerfile to use the chainguard/wolfi-base image instead of the unstructured/base-image. This is to align with the recent change in the unstructured repo where the same change was made.
0 commit comments