Skip to content

Commit 9bff77a

Browse files
authored
chore: prepare for v2.12.0 release (#11902)
1 parent 7848043 commit 9bff77a

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ info, see [#7463] and [#5976].
108108

109109
</details>
110110

111-
## v2.12.0 - TBD
111+
## v2.12.0 - 2023-06
112112

113113
### New Libraries
114114

@@ -129,6 +129,22 @@ The Cloud Debugger service (aka Stackdriver Debugger API) has been
129129
[shutdown][cloud-debugger-deprecated]. The corresponding client library has been
130130
removed.
131131

132+
### [BigQuery](/google/cloud/bigquery/README.md)
133+
134+
This library has been expanded to include the BigLake API ([#11882](https://github.com/googleapis/google-cloud-cpp/pull/11882))
135+
136+
### [Pub/Sub](/google/cloud/pubsub/README.md)
137+
138+
- doc(pubsub): add new samples for schemas ([#11872](https://github.com/googleapis/google-cloud-cpp/pull/11872))
139+
([#11848](https://github.com/googleapis/google-cloud-cpp/pull/11848))
140+
([#11840](https://github.com/googleapis/google-cloud-cpp/pull/11840))
141+
142+
### [Common Libraries](/google/cloud/README.md)
143+
144+
- docs: use c.g.com/cpp mocking guide ([#11869](https://github.com/googleapis/google-cloud-cpp/pull/11869))
145+
- docs: link reference docs at c.g.c/cpp/docs/reference ([#11799](https://github.com/googleapis/google-cloud-cpp/pull/11799))
146+
- fix(generator): correct URL for reference docs ([#11765](https://github.com/googleapis/google-cloud-cpp/pull/11765))
147+
132148
## v2.11.0 - 2023-06
133149

134150
### New Libraries

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ project(
2323
google-cloud-cpp
2424
VERSION 2.12.0
2525
LANGUAGES CXX)
26-
set(PROJECT_VERSION_PRE_RELEASE "rc")
26+
set(PROJECT_VERSION_PRE_RELEASE "")
2727

2828
if (NOT "${PROJECT_VERSION_PRE_RELEASE}" STREQUAL "")
2929
set(PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_PRE_RELEASE}")

google/cloud/internal/version_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 12
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

0 commit comments

Comments
 (0)