Skip to content

Commit

Permalink
bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Oct 2, 2024
1 parent 6b100cf commit 1475a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 0.0.22-dev0
## 0.0.22-dev1

### Enhancements

* **Add documentation for developing sources/destinations**
* **Use incoming fsspec data to populate metadata** Rather than make additional calls to collect metadata after initial file list, use connector-specific data to populate the metadata.

## 0.0.21

Expand Down
2 changes: 1 addition & 1 deletion unstructured_ingest/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.22-dev0" # pragma: no cover
__version__ = "0.0.22-dev1" # pragma: no cover

0 comments on commit 1475a40

Please sign in to comment.