Skip to content

Commit 78af563

Browse files
authored
Bump the version to 0.0.4 for a new release (#27)
1 parent 4a9625f commit 78af563

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
## 0.0.4-dev4
1+
## 0.0.4
22

33
### Enhancements
44

55
* **Add Couchbase Destination Connector** Adds support for storing artifacts in Couchbase DB for Vector Search
66
* **Leverage pydantic base models** All user-supplied configs are now derived from pydantic base models to leverage better type checking and add built in support for sensitive fields.
77
* **Autogenerate click options from base models** Leverage th pydantic base models for all configs to autogenerate teh cli options exposed when running ingest as a CLI.
88
* **Drop required Unstructured dependency** Unstructured was moved to an extra dependency to only be imported when needed for functionality such as local partitioning/chunking.
9-
* **Rebrand Astra to Astra DB** The Astra DB integration was re-branded to be consistent
10-
with DataStax standard branding.
9+
* **Rebrand Astra to Astra DB** The Astra DB integration was re-branded to be consistent with DataStax standard branding.
1110

1211
## 0.0.3
1312

unstructured_ingest/__version__.py

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

0 commit comments

Comments
 (0)