Skip to content

Commit

Permalink
chore(main): release 0.10.0-alpha (#157)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.10.0-alpha](https://togithub.com/googleapis/python-documentai-toolbox/compare/v0.9.1-alpha...v0.10.0-alpha) (2023-08-09)


### Features

* Add export merged sharded Document proto ([#145](https://togithub.com/googleapis/python-documentai-toolbox/issues/145)) ([a5e1f5c](https://togithub.com/googleapis/python-documentai-toolbox/commit/a5e1f5c331025d2cd748c952147f206595431cc7))

* Remove `table.to_csv()` method and add more export options to samples

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Aug 9, 2023
1 parent 7d61e85 commit daa5d84
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.10.0-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.9.1-alpha...v0.10.0-alpha) (2023-08-09)


### Features

* Add export merged sharded Document proto ([#145](https://github.com/googleapis/python-documentai-toolbox/issues/145)) ([a5e1f5c](https://github.com/googleapis/python-documentai-toolbox/commit/a5e1f5c331025d2cd748c952147f206595431cc7))


### Bug Fixes

* Update noxfile.py ([#129](https://github.com/googleapis/python-documentai-toolbox/issues/129)) ([e4db698](https://github.com/googleapis/python-documentai-toolbox/commit/e4db698d2de4bbe08417ff297523d0ac834d3031))

## [0.9.1-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.9.0-alpha...v0.9.1-alpha) (2023-07-27)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/documentai_toolbox/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.9.1-alpha"
__version__ = "0.10.0-alpha"

0 comments on commit daa5d84

Please sign in to comment.