| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a98b506 commit 4fcb89f
14 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -56,7 +56,7 @@ | |||
| 56 | 56 | "packages/google-cloud-commerce-consumer-procurement": "0.1.13", | |
| 57 | 57 | "packages/google-cloud-common": "1.5.1", | |
| 58 | 58 | "packages/google-cloud-compute": "1.30.0", | |
| 59 | - "packages/google-cloud-compute-v1beta": "0.1.0", | ||
| 59 | + "packages/google-cloud-compute-v1beta": "0.1.1", | ||
| 60 | 60 | "packages/google-cloud-confidentialcomputing": "0.4.17", | |
| 61 | 61 | "packages/google-cloud-config": "0.1.17", | |
| 62 | 62 | "packages/google-cloud-contact-center-insights": "1.23.2", | |
@@ -168,7 +168,7 @@ | |||
| 168 | 168 | "packages/google-cloud-storage-transfer": "1.16.1", | |
| 169 | 169 | "packages/google-cloud-storagebatchoperations": "0.1.3", | |
| 170 | 170 | "packages/google-cloud-storageinsights": "0.1.16", | |
| 171 | - "packages/google-cloud-support": "0.1.16", | ||
| 171 | + "packages/google-cloud-support": "0.1.17", | ||
| 172 | 172 | "packages/google-cloud-talent": "2.17.1", | |
| 173 | 173 | "packages/google-cloud-tasks": "2.19.2", | |
| 174 | 174 | "packages/google-cloud-telcoautomation": "0.2.10", | |
@@ -200,7 +200,7 @@ | |||
| 200 | 200 | "packages/google-maps-routing": "0.6.15", | |
| 201 | 201 | "packages/google-maps-solar": "0.1.7", | |
| 202 | 202 | "packages/google-shopping-css": "0.1.16", | |
| 203 | - "packages/google-shopping-merchant-accounts": "0.3.3", | ||
| 203 | + "packages/google-shopping-merchant-accounts": "0.3.4", | ||
| 204 | 204 | "packages/google-shopping-merchant-conversions": "0.1.8", | |
| 205 | 205 | "packages/google-shopping-merchant-datasources": "0.1.9", | |
| 206 | 206 | "packages/google-shopping-merchant-inventories": "0.1.14", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,12 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [0.1.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1beta-v0.1.0...google-cloud-compute-v1beta-v0.1.1) (2025-05-21) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Features | ||
| 7 | + | ||
| 8 | + * [google-cloud-compute-v1beta] Update Compute Engine v1beta API to revision 20250511 ([#1041](https://github.com/googleapis/google-cloud-python/issues/1041)) ([#13937](https://github.com/googleapis/google-cloud-python/issues/13937)) ([a98b506](https://github.com/googleapis/google-cloud-python/commit/a98b5069d63773a5e8d9db7cceb02aaf2cf38cf0)) | ||
| 9 | + | ||
| 3 | 10 | ## 0.1.0 (2025-05-20) | |
| 4 | 11 | ||
| 5 | 12 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "0.0.0" # {x-release-please-version} | ||
| 16 | + __version__ = "0.1.1" # {x-release-please-version} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | ], | |
| 9 | 9 | "language": "PYTHON", | |
| 10 | 10 | "name": "google-cloud-compute-v1beta", | |
| 11 | - "version": "0.1.0" | ||
| 11 | + "version": "0.1.1" | ||
| 12 | 12 | }, | |
| 13 | 13 | "snippets": [ | |
| 14 | 14 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,14 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [0.1.17](https://github.com/googleapis/google-cloud-python/compare/google-cloud-support-v0.1.16...google-cloud-support-v0.1.17) (2025-05-21) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Documentation | ||
| 7 | + | ||
| 8 | + * Annotate all names with IDENTIFIER ([948efc5](https://github.com/googleapis/google-cloud-python/commit/948efc53b02593b76a8ba587944751e2ddb85bc8)) | ||
| 9 | + * Remove unnecessary curl and Python documentation ([948efc5](https://github.com/googleapis/google-cloud-python/commit/948efc53b02593b76a8ba587944751e2ddb85bc8)) | ||
| 10 | + * Use backticks around `username` in documentation for `Actor.email` ([948efc5](https://github.com/googleapis/google-cloud-python/commit/948efc53b02593b76a8ba587944751e2ddb85bc8)) | ||
| 11 | + | ||
| 3 | 12 | ## [0.1.16](https://github.com/googleapis/google-cloud-python/compare/google-cloud-support-v0.1.15...google-cloud-support-v0.1.16) (2025-05-20) | |
| 4 | 13 | ||
| 5 | 14 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "0.0.0" # {x-release-please-version} | ||
| 16 | + __version__ = "0.1.17" # {x-release-please-version} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "0.0.0" # {x-release-please-version} | ||
| 16 | + __version__ = "0.1.17" # {x-release-please-version} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "0.0.0" # {x-release-please-version} | ||
| 16 | + __version__ = "0.1.17" # {x-release-please-version} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | ], | |
| 9 | 9 | "language": "PYTHON", | |
| 10 | 10 | "name": "google-cloud-support", | |
| 11 | - "version": "0.1.0" | ||
| 11 | + "version": "0.1.17" | ||
| 12 | 12 | }, | |
| 13 | 13 | "snippets": [ | |
| 14 | 14 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | ], | |
| 9 | 9 | "language": "PYTHON", | |
| 10 | 10 | "name": "google-cloud-support", | |
| 11 | - "version": "0.1.0" | ||
| 11 | + "version": "0.1.17" | ||
| 12 | 12 | }, | |
| 13 | 13 | "snippets": [ | |
| 14 | 14 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments