File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 44breaking changes in the upcoming 3.x release. This release is scheduled for
552024-12 or 2025-01.
66
7- ## v2.32.0 - TBD
7+ ## v2.32.0 - 2024-12
8+
9+ ### [ Spanner] ( /google/cloud/spanner/README.md )
10+
11+ - feat(spanner): add samples for MR CMEK ([ #14674 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14674 ) )
12+
13+ ### [ Common Libraries] ( /google/cloud/README.md )
14+
15+ - feat(rest): support generateIdToken in impersonation url ([ #14853 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14853 ) )
16+ - feat(rest): support impersonated ADC ([ #14815 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14815 ) )
17+
18+ ### [ Google APIs interface definitions] ( https://github.com/googleapis/googleapis )
19+
20+ - This release is based on definitions as of [ 2024-11-28T13:52:13-08:00] ( https://github.com/googleapis/googleapis/tree/d675ec222c431e3346ba8aaf0027392fe8b3d90c )
821
922## v2.31.0 - 2024-11
1023
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ project(
2323 google-cloud-cpp
2424 VERSION 2.32.0
2525 LANGUAGES CXX)
26- set (PROJECT_VERSION_PRE_RELEASE "rc " )
26+ set (PROJECT_VERSION_PRE_RELEASE "" )
2727
2828if (NOT "${PROJECT_VERSION_PRE_RELEASE} " STREQUAL "" )
2929 set (PROJECT_VERSION "${PROJECT_VERSION} -${PROJECT_VERSION_PRE_RELEASE} " )
Original file line number Diff line number Diff line change 1616
1717module (
1818 name = "google_cloud_cpp" ,
19- version = "2.32.0-rc " , # Updated by CMake
19+ version = "2.32.0" , # Updated by CMake
2020 compatibility_level = 2 , # Updated by CMake
2121)
2222
Original file line number Diff line number Diff line change 2121#define GOOGLE_CLOUD_CPP_VERSION_MINOR 32
2222// NOLINTNEXTLINE(modernize-macro-to-enum)
2323#define GOOGLE_CLOUD_CPP_VERSION_PATCH 0
24- #define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE "rc "
24+ #define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE ""
2525
2626#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H
You can’t perform that action at this time.
0 commit comments