Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 29, 2025
1 parent 3aaac0f commit 1494cf4
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"packages/google-analytics-admin": "0.23.3",
"packages/google-analytics-data": "0.18.16",
"packages/google-apps-card": "0.1.5",
"packages/google-apps-chat": "0.2.0",
"packages/google-apps-chat": "0.2.1",
"packages/google-apps-events-subscriptions": "0.1.5",
"packages/google-apps-meet": "0.1.11",
"packages/google-apps-meet": "0.1.12",
"packages/google-apps-script-type": "0.3.12",
"packages/google-area120-tables": "0.11.14",
"packages/google-cloud-access-approval": "1.15.0",
Expand Down Expand Up @@ -109,7 +109,7 @@
"packages/google-cloud-memcache": "1.11.0",
"packages/google-cloud-memorystore": "0.1.0",
"packages/google-cloud-migrationcenter": "0.1.12",
"packages/google-cloud-modelarmor": "0.0.0",
"packages/google-cloud-modelarmor": "0.1.0",
"packages/google-cloud-monitoring": "2.26.0",
"packages/google-cloud-monitoring-dashboards": "2.17.0",
"packages/google-cloud-monitoring-metrics-scopes": "1.8.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/google-apps-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.1](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.2.0...google-apps-chat-v0.2.1) (2025-01-29)


### Features

* A new field custom_emoji_metadata is added to message `.google.chat.v1.Annotation` ([b165f92](https://github.com/googleapis/google-cloud-python/commit/b165f923cdf47fbb23757531145eace0e3f088cb))
* A new message `CustomEmojiMetadata` is added ([b165f92](https://github.com/googleapis/google-cloud-python/commit/b165f923cdf47fbb23757531145eace0e3f088cb))
* A new value `CUSTOM_EMOJI` is added to enum `AnnotationType` ([b165f92](https://github.com/googleapis/google-cloud-python/commit/b165f923cdf47fbb23757531145eace0e3f088cb))


### Documentation

* A comment for field `custom_emoji` in message `.google.chat.v1.Emoji` is changed ([b165f92](https://github.com/googleapis/google-cloud-python/commit/b165f923cdf47fbb23757531145eace0e3f088cb))
* A comment for method `CreateReaction` in service `ChatService` is changed ([b165f92](https://github.com/googleapis/google-cloud-python/commit/b165f923cdf47fbb23757531145eace0e3f088cb))
* A comment for method `DeleteReaction` in service `ChatService` is changed ([b165f92](https://github.com/googleapis/google-cloud-python/commit/b165f923cdf47fbb23757531145eace0e3f088cb))

## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.1.14...google-apps-chat-v0.2.0) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.2.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.2.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-apps-chat",
"version": "0.1.0"
"version": "0.2.1"
},
"snippets": [
{
Expand Down
15 changes: 15 additions & 0 deletions packages/google-apps-meet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.12](https://github.com/googleapis/google-cloud-python/compare/google-apps-meet-v0.1.11...google-apps-meet-v0.1.12) (2025-01-29)


### Features

* Add methods for configuring meeting spaces and members (https://developers.google.com/meet/api/guides/beta/configuration-beta) ([7b23175](https://github.com/googleapis/google-cloud-python/commit/7b23175303cfd26145f3d00bbbd8defe06ae2090))
* Add new OAuth scope `https://www.googleapis.com/auth/meetings.space.settings` to service `SpacesService` ([7b23175](https://github.com/googleapis/google-cloud-python/commit/7b23175303cfd26145f3d00bbbd8defe06ae2090))


### Documentation

* Improve docs for `GetSpaceRequest`, `EndActiveConferenceRequest`, `ListConferenceRecordsRequest` ([7b23175](https://github.com/googleapis/google-cloud-python/commit/7b23175303cfd26145f3d00bbbd8defe06ae2090))
* improve docs for GetSpaceRequest, EndActiveConferenceRequest, ListConferenceRecordsRequest ([7b23175](https://github.com/googleapis/google-cloud-python/commit/7b23175303cfd26145f3d00bbbd8defe06ae2090))
* Remove *Developer Preview* label from methods that are now generally available ([7b23175](https://github.com/googleapis/google-cloud-python/commit/7b23175303cfd26145f3d00bbbd8defe06ae2090))

## [0.1.11](https://github.com/googleapis/google-cloud-python/compare/google-apps-meet-v0.1.10...google-apps-meet-v0.1.11) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.12" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.12" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.12" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-apps-meet",
"version": "0.1.0"
"version": "0.1.12"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-apps-meet",
"version": "0.1.0"
"version": "0.1.12"
},
"snippets": [
{
Expand Down
11 changes: 10 additions & 1 deletion packages/google-cloud-modelarmor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog
# Changelog

## 0.1.0 (2025-01-29)


### Features

* add initial files for google.cloud.modelarmor.v1 ([#13435](https://github.com/googleapis/google-cloud-python/issues/13435)) ([659f13b](https://github.com/googleapis/google-cloud-python/commit/659f13b2b1acacb20869663696860f63dcbbdf2f))

## Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}

0 comments on commit 1494cf4

Please sign in to comment.