Skip to content

Commit 7757b3c

Browse files
release 0.0.21 (#145)
1 parent a990aa8 commit 7757b3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## 0.0.21-dev2
1+
## 0.0.21
22

33
### Fixes
44

55
* **Fix forward compatibility issues with `unstructured-client==0.26.0`.** Update syntax and create a new SDK util file for reuse in the Partitioner and Chunker
66

77
* **Update Databricks CI Test** Update to use client_id and client_secret auth. Also return files.upload method to one from open source.
88

9-
* **fix astra src bug**
9+
* **Fix astra src bug** V1 source connector was updated to work with astrapy 1.5.0
1010

1111
## 0.0.20
1212

unstructured_ingest/__version__.py

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

0 commit comments

Comments
 (0)