Skip to content

Commit 7378f46

Browse files
authored
CXX-2789 Post-release changes for 3.11.0 (#1218)
* Post-release changes for 3.11.0 * Prepare to generate r3.11.0 release documentation * Add CHANGELOG section for next minor release
1 parent 24852b6 commit 7378f46

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Changes prior to 3.9.0 are documented as [release notes on GitHub](https://github.com/mongodb/mongo-cxx-driver/releases).
99

10+
## 3.12.0 [Unreleased]
11+
12+
<!-- Will contain entries for the next minor release. -->
13+
1014
## 3.11.0
1115

1216
### Added

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ TOC_EXPAND = NO
15921592
# protocol see https://www.sitemaps.org
15931593
# This tag requires that the tag GENERATE_HTML is set to YES.
15941594

1595-
SITEMAP_URL = https://mongocxx.org/api/mongocxx-3.10.2/
1595+
SITEMAP_URL = https://mongocxx.org/api/mongocxx-3.11.0/
15961596

15971597
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
15981598
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Currently, no drivers guarantee API or ABI stability.
3838
| Family/version | Stability | Development | Purpose |
3939
| -------------------- | ----------- | ------------------- | ----------------------------------- |
4040
| (repo master branch) | Unstable | Active development | New feature development |
41-
| mongocxx 3.10.x | Stable | Bug fixes only | Current stable C++ driver release |
41+
| mongocxx 3.11.x | Stable | Bug fixes only | Current stable C++ driver release |
42+
| mongocxx 3.10.x | Stable | None | Previous stable C++ driver release |
4243
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
4344
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
4445
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |

etc/apidocmenu.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Currently, no drivers guarantee API or ABI stability.
88
| Family/version | Stability | Development | Purpose |
99
| -------------------- | --------- | ------------------ | ---------------------------------- |
1010
| (repo master branch) | Unstable | Active development | New feature development |
11-
| mongocxx 3.10.x | Stable | Bug fixes only | Current stable C++ driver release |
12-
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
11+
| mongocxx 3.11.x | Stable | Bug fixes only | Current stable C++ driver release |
12+
| mongocxx 3.10.x | Stable | None | Previous stable C++ driver release |
13+
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
1314
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
1415
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
1516
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |
@@ -24,6 +25,7 @@ Currently, no drivers guarantee API or ABI stability.
2425

2526
| mongocxx |
2627
| ------------------------------------ |
28+
| [mongocxx-3.11.0](../mongocxx-3.11.0)|
2729
| [mongocxx-3.10.2](../mongocxx-3.10.2)|
2830
| [mongocxx-3.10.1](../mongocxx-3.10.1)|
2931
| [mongocxx-3.10.0](../mongocxx-3.10.0)|

etc/generate-latest-apidocs.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sub _try_run {
1313
die "Error running '@command" if $?;
1414
}
1515

16-
my $LATEST_DOC_TAG = "r3.10.2";
16+
my $LATEST_DOC_TAG = "r3.11.0";
1717

1818
sub main {
1919
_try_run("etc/generate-apidocs-from-tag.pl", $LATEST_DOC_TAG);

0 commit comments

Comments
 (0)