Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Feb 28, 2022
1 parent 5aa1cbb commit c55352d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-dataplex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.0](https://github.com/googleapis/python-dataplex/compare/v0.1.0...v0.2.0) (2022-02-26)


### Features

* Added Create, Update and Delete APIs for Metadata (e.g. Entity and/or Partition). ([1333110](https://github.com/googleapis/python-dataplex/commit/13331107c96cb4d1e725eae291c9fee7316e6e72))
* Added support for Content APIs ([#8](https://github.com/googleapis/python-dataplex/issues/8)) ([1333110](https://github.com/googleapis/python-dataplex/commit/13331107c96cb4d1e725eae291c9fee7316e6e72))

## 0.1.0 (2022-01-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataplex/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
name = "google-cloud-dataplex"
description = "Dataplex API client library"
url = "https://github.com/googleapis/python-dataplex"
version = "0.1.0"
version = "0.2.0"
release_status = "Development Status :: 4 - Beta"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit c55352d

Please sign in to comment.