Skip to content

Commit 66f862f

Browse files
chore(main): release 0.11.1 (#192)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5249496 commit 66f862f

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.0"
2+
".": "0.11.1"
33
}

packages/google-cloud-bigquery-migration/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.11.1](https://github.com/googleapis/python-bigquery-migration/compare/v0.11.0...v0.11.1) (2023-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* Add async context manager return types ([#191](https://github.com/googleapis/python-bigquery-migration/issues/191)) ([d14439c](https://github.com/googleapis/python-bigquery-migration/commit/d14439c44c58a274e2bdfb6cde1d0883baee1a3c))
9+
310
## [0.11.0](https://github.com/googleapis/python-bigquery-migration/compare/v0.10.0...v0.11.0) (2023-03-23)
411

512

packages/google-cloud-bigquery-migration/google/cloud/bigquery_migration/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__ = "0.11.0" # {x-release-please-version}
16+
__version__ = "0.11.1" # {x-release-please-version}

packages/google-cloud-bigquery-migration/google/cloud/bigquery_migration_v2/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__ = "0.11.0" # {x-release-please-version}
16+
__version__ = "0.11.1" # {x-release-please-version}

packages/google-cloud-bigquery-migration/google/cloud/bigquery_migration_v2alpha/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__ = "0.11.0" # {x-release-please-version}
16+
__version__ = "0.11.1" # {x-release-please-version}

packages/google-cloud-bigquery-migration/samples/generated_samples/snippet_metadata_google.cloud.bigquery.migration.v2.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-bigquery-migration",
11-
"version": "0.1.0"
11+
"version": "0.11.1"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-bigquery-migration/samples/generated_samples/snippet_metadata_google.cloud.bigquery.migration.v2alpha.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-bigquery-migration",
11-
"version": "0.1.0"
11+
"version": "0.11.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)