Skip to content

Commit 0288f8c

Browse files
authored
chore: update CHANGELOG for v2.7.0 (#10723)
1 parent 85d93f3 commit 0288f8c

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,14 @@ may elicit a deprecation warning. See [#9086] for more details.
116116

117117
</details>
118118

119-
## v2.7.0 - TBD
119+
## v2.7.0 - 2023-02
120+
121+
### New Libraries
122+
123+
We are happy to announce the following GA libraries. Unless specifically noted,
124+
the APIs in these libraries are stable, and are ready for production use.
125+
126+
- [Anthos Multi-Cloud API](/google/cloud/gkemulticloud/README.md)
120127

121128
### [Pub/Sub](/google/cloud/pubsub/README.md)
122129

@@ -125,12 +132,16 @@ may elicit a deprecation warning. See [#9086] for more details.
125132
C++ applications using this code, and therefore we do not consider this a
126133
breaking change.
127134

128-
### New Libraries
129-
130-
We are happy to announce the following GA libraries. Unless specifically noted,
131-
the APIs in these libraries are stable, and are ready for production use.
135+
### [Common Libraries](/google/cloud/README.md)
132136

133-
- [Anthos Multi-Cloud API](/google/cloud/gkemulticloud/README.md)
137+
- fix reference links in documentation ([#10687](https://github.com/googleapis/google-cloud-cpp/pull/10687), [#10684](https://github.com/googleapis/google-cloud-cpp/pull/10687))
138+
- fix: interface proto libraries work with older CMake ([#10636](https://github.com/googleapis/google-cloud-cpp/pull/10636))
139+
- fix(common): missing Abseil deps in pkgconfig ([#10616](https://github.com/googleapis/google-cloud-cpp/pull/10616))
140+
- doc: declutter generated README files ([#10562](https://github.com/googleapis/google-cloud-cpp/pull/10562))
141+
- doc(common): in-depth guide for `StatusOr` ([#10555](https://github.com/googleapis/google-cloud-cpp/pull/10555))
142+
- doc: remove boilerplate from landing page snippet ([#10537](https://github.com/googleapis/google-cloud-cpp/pull/10537))
143+
- doc(common): use real Doxygen groups ([#10504](https://github.com/googleapis/google-cloud-cpp/pull/10504))
144+
- fix(generator): correct doxygen comments ([#10500](https://github.com/googleapis/google-cloud-cpp/pull/10500))
134145

135146
## v2.6.0 - 2023-01
136147

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.7.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 7
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)