Skip to content

Commit 80f969e

Browse files
chore: release main
1 parent 4fdb362 commit 80f969e

File tree

8 files changed

+24
-8
lines changed

8 files changed

+24
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"packages/google-cloud-speech": "2.32.0",
163163
"packages/google-cloud-storage-control": "1.3.1",
164164
"packages/google-cloud-storage-transfer": "1.16.1",
165-
"packages/google-cloud-storagebatchoperations": "0.0.0",
165+
"packages/google-cloud-storagebatchoperations": "0.1.0",
166166
"packages/google-cloud-storageinsights": "0.1.15",
167167
"packages/google-cloud-support": "0.1.14",
168168
"packages/google-cloud-talent": "2.17.1",
@@ -200,7 +200,7 @@
200200
"packages/google-shopping-merchant-conversions": "0.1.8",
201201
"packages/google-shopping-merchant-datasources": "0.1.9",
202202
"packages/google-shopping-merchant-inventories": "0.1.14",
203-
"packages/google-shopping-merchant-lfp": "0.1.8",
203+
"packages/google-shopping-merchant-lfp": "0.1.9",
204204
"packages/google-shopping-merchant-notifications": "0.1.7",
205205
"packages/google-shopping-merchant-products": "0.2.4",
206206
"packages/google-shopping-merchant-promotions": "0.1.7",
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Changelog
1+
# Changelog
2+
3+
## 0.1.0 (2025-04-15)
4+
5+
6+
### Features
7+
8+
* add initial files for google.cloud.storagebatchoperations.v1 ([#13777](https://github.com/googleapis/google-cloud-python/issues/13777)) ([8f1f82c](https://github.com/googleapis/google-cloud-python/commit/8f1f82cbeab81fb2afae1535acda0c5300689838))
9+
10+
## Changelog

packages/google-cloud-storagebatchoperations/google/cloud/storagebatchoperations/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.0.0" # {x-release-please-version}
17+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-storagebatchoperations/google/cloud/storagebatchoperations_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.0.0" # {x-release-please-version}
17+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-shopping-merchant-lfp/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.1.9](https://github.com/googleapis/google-cloud-python/compare/google-shopping-merchant-lfp-v0.1.8...google-shopping-merchant-lfp-v0.1.9) (2025-04-15)
4+
5+
6+
### Features
7+
8+
* Add GetLfpMerchantState method ([e86f541](https://github.com/googleapis/google-cloud-python/commit/e86f541f7bc09636ce4d0b9dddb8bbb85a6757d4))
9+
310
## [0.1.8](https://github.com/googleapis/google-cloud-python/compare/google-shopping-merchant-lfp-v0.1.7...google-shopping-merchant-lfp-v0.1.8) (2025-03-15)
411

512

packages/google-shopping-merchant-lfp/google/shopping/merchant_lfp/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.0.0" # {x-release-please-version}
16+
__version__ = "0.1.9" # {x-release-please-version}

packages/google-shopping-merchant-lfp/google/shopping/merchant_lfp_v1beta/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.0.0" # {x-release-please-version}
16+
__version__ = "0.1.9" # {x-release-please-version}

packages/google-shopping-merchant-lfp/samples/generated_samples/snippet_metadata_google.shopping.merchant.lfp.v1beta.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-shopping-merchant-lfp",
11-
"version": "0.1.0"
11+
"version": "0.1.9"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)