Skip to content

Commit

Permalink
chore(main): release 0.2.0-alpha (#56)
Browse files Browse the repository at this point in the history
* chore(main): release 0.2.0-alpha

* Update CHANGELOG.md

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
  • Loading branch information
release-please[bot] and holtskinner committed Feb 15, 2023
1 parent 494fa86 commit cca2536
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [0.2.0-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.1.1-alpha...v0.2.0-alpha) (2023-02-15)


### Features

* Add `entities_to_dict()` and `entities_to_bigquery()` to `Document` wrapper ([#50](https://github.com/googleapis/python-documentai-toolbox/issues/50)) ([494fa86](https://github.com/googleapis/python-documentai-toolbox/commit/494fa864998b340e052f693ee963a4370128ae80))
* Add PDF Splitter ([#51](https://github.com/googleapis/python-documentai-toolbox/issues/51)) ([8359911](https://github.com/googleapis/python-documentai-toolbox/commit/8359911b55f4545421fa6ddc6f069eaf0311391d))
* Added Support for Form Fields ([#48](https://github.com/googleapis/python-documentai-toolbox/issues/48)) ([6d74548](https://github.com/googleapis/python-documentai-toolbox/commit/6d74548b471a0401b6fde66283aead507c046dd1))

## [0.1.1-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.1.0-alpha...v0.1.1-alpha) (2023-02-08)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/documentai_toolbox/version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.1-alpha"
__version__ = "0.2.0-alpha"

0 comments on commit cca2536

Please sign in to comment.