Skip to content

Commit

Permalink
build(release): release commit for 0.12.3 (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetmeleq authored Jan 29, 2024
1 parent 74dcca4 commit 4e226d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.12.3-dev7
## 0.12.3

### Enhancements

Expand All @@ -10,7 +10,7 @@
* **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.

### Fixes
* **Fix support for different Chipper versions and prevent running PDFMiner with Chipper**
* **Fix support for different Chipper versions and prevent running PDFMiner with Chipper**
* **Treat YAML files as text.** Adds YAML MIME types to the file detection code and treats those
files as text.
* **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.
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.3-dev7" # pragma: no cover
__version__ = "0.12.3" # pragma: no cover

0 comments on commit 4e226d8

Please sign in to comment.