Skip to content

Commit 4e226d8

Browse files
authored
build(release): release commit for 0.12.3 (#2466)
1 parent 74dcca4 commit 4e226d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.12.3-dev7
1+
## 0.12.3
22

33
### Enhancements
44

@@ -10,7 +10,7 @@
1010
* **Add Databricks Volumes destination connector** Databricks Volumes connector added to ingest CLI. Users may now use `unstructured-ingest` to write partitioned data to a Databricks Volumes storage service.
1111

1212
### Fixes
13-
* **Fix support for different Chipper versions and prevent running PDFMiner with Chipper**
13+
* **Fix support for different Chipper versions and prevent running PDFMiner with Chipper**
1414
* **Treat YAML files as text.** Adds YAML MIME types to the file detection code and treats those
1515
files as text.
1616
* **Fix FSSpec destination connectors check_connection.** FSSpec destination connectors did not use `check_connection`. There was an error when trying to `ls` destination directory - it may not exist at the moment of connector creation. Now `check_connection` calls `ls` on bucket root and this method is called on `initialize` of destination connector.

Diff for: unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.3-dev7" # pragma: no cover
1+
__version__ = "0.12.3" # pragma: no cover

0 commit comments

Comments
 (0)