Skip to content

Commit

Permalink
docs(release): update changelog for the 2025-03 release (#15008)
Browse files Browse the repository at this point in the history
* docs(release): update changelog for the 2025-03 release

* update changelog

* update changelog
  • Loading branch information
cuiy0006 authored Mar 3, 2025
1 parent 00d1294 commit fd230d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
breaking changes in the upcoming 3.x release. This release is scheduled for
2024-12 or 2025-01.

## v2.36.0 - TBD
## v2.36.0 - 2025-03

### New Libraries

Expand All @@ -13,6 +13,10 @@ the APIs in these libraries are stable, and are ready for production use.

- [Parameter Manager API](/google/cloud/parametermanager/README.md)

### [Google APIs interface definitions](https://github.com/googleapis/googleapis)

- This release is based on definitions as of [2025-02-27T08:14:18-08:00](https://github.com/googleapis/googleapis/tree/b151ec2ae29c2c955c56784c0ce388b2d8c4a84c)

## v2.35.0 - 2025-02

### [Pub/Sub](/google/cloud/pubsub/README.md)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ project(
google-cloud-cpp
VERSION 2.36.0
LANGUAGES CXX)
set(PROJECT_VERSION_PRE_RELEASE "rc")
set(PROJECT_VERSION_PRE_RELEASE "")

if (NOT "${PROJECT_VERSION_PRE_RELEASE}" STREQUAL "")
set(PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_PRE_RELEASE}")
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module(
name = "google_cloud_cpp",
version = "2.36.0-rc", # Updated by CMake
version = "2.36.0", # Updated by CMake
compatibility_level = 2, # Updated by CMake
)

Expand Down
2 changes: 1 addition & 1 deletion google/cloud/internal/version_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 36
// NOLINTNEXTLINE(modernize-macro-to-enum)
#define GOOGLE_CLOUD_CPP_VERSION_PATCH 0
#define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE "rc"
#define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE ""

#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H

0 comments on commit fd230d9

Please sign in to comment.