Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit b2e8ccb

Browse files
chore(main): release 3.12.0 (#469)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 99ea7ba commit b2e8ccb

7 files changed

Lines changed: 20 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.11.1"
2+
".": "3.12.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
[1]: https://pypi.org/project/google-cloud-datacatalog/#history
66

7+
## [3.12.0](https://github.com/googleapis/python-datacatalog/compare/v3.11.1...v3.12.0) (2023-03-23)
8+
9+
10+
### Features
11+
12+
* Add support for a ReconcileTags() API method ([423efa5](https://github.com/googleapis/python-datacatalog/commit/423efa530c48b8f8d397aa0a555c2c00729301b0))
13+
* Add support for entries associated with Looker and CloudSQL ([423efa5](https://github.com/googleapis/python-datacatalog/commit/423efa530c48b8f8d397aa0a555c2c00729301b0))
14+
* Add support for new ImportEntries() API, including format of the dump ([423efa5](https://github.com/googleapis/python-datacatalog/commit/423efa530c48b8f8d397aa0a555c2c00729301b0))
15+
16+
17+
### Documentation
18+
19+
* Fix formatting of request arg in docstring ([#472](https://github.com/googleapis/python-datacatalog/issues/472)) ([99ea7ba](https://github.com/googleapis/python-datacatalog/commit/99ea7baf21f8beca897497e5b31ac4086c1d681f))
20+
721
## [3.11.1](https://github.com/googleapis/python-datacatalog/compare/v3.11.0...v3.11.1) (2023-01-20)
822

923

google/cloud/datacatalog/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.11.1" # {x-release-please-version}
16+
__version__ = "3.12.0" # {x-release-please-version}

google/cloud/datacatalog_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.11.1" # {x-release-please-version}
16+
__version__ = "3.12.0" # {x-release-please-version}

google/cloud/datacatalog_v1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.11.1" # {x-release-please-version}
16+
__version__ = "3.12.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.datacatalog.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-datacatalog",
11-
"version": "0.1.0"
11+
"version": "3.12.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.datacatalog.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-datacatalog",
11-
"version": "0.1.0"
11+
"version": "3.12.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)