File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
Changes prior to 3.9.0 are documented as [ release notes on GitHub] ( https://github.com/mongodb/mongo-cxx-driver/releases ) .
9
9
10
+ ## 3.12.0 [ Unreleased]
11
+
12
+ <!-- Will contain entries for the next minor release. -->
13
+
10
14
## 3.11.0
11
15
12
16
### Added
Original file line number Diff line number Diff line change @@ -1592,7 +1592,7 @@ TOC_EXPAND = NO
1592
1592
# protocol see https://www.sitemaps.org
1593
1593
# This tag requires that the tag GENERATE_HTML is set to YES.
1594
1594
1595
- SITEMAP_URL = https://mongocxx.org/api/mongocxx-3.10.2 /
1595
+ SITEMAP_URL = https://mongocxx.org/api/mongocxx-3.11.0 /
1596
1596
1597
1597
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1598
1598
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ Currently, no drivers guarantee API or ABI stability.
38
38
| Family/version | Stability | Development | Purpose |
39
39
| -------------------- | ----------- | ------------------- | ----------------------------------- |
40
40
| (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 |
42
43
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
43
44
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
44
45
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ Currently, no drivers guarantee API or ABI stability.
8
8
| Family/version | Stability | Development | Purpose |
9
9
| -------------------- | --------- | ------------------ | ---------------------------------- |
10
10
| (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 |
13
14
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
14
15
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
15
16
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |
@@ -24,6 +25,7 @@ Currently, no drivers guarantee API or ABI stability.
24
25
25
26
| mongocxx |
26
27
| ------------------------------------ |
28
+ | [ mongocxx-3.11.0] ( ../mongocxx-3.11.0 ) |
27
29
| [ mongocxx-3.10.2] ( ../mongocxx-3.10.2 ) |
28
30
| [ mongocxx-3.10.1] ( ../mongocxx-3.10.1 ) |
29
31
| [ mongocxx-3.10.0] ( ../mongocxx-3.10.0 ) |
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ sub _try_run {
13
13
die " Error running '@command " if $? ;
14
14
}
15
15
16
- my $LATEST_DOC_TAG = " r3.10.2 " ;
16
+ my $LATEST_DOC_TAG = " r3.11.0 " ;
17
17
18
18
sub main {
19
19
_try_run(" etc/generate-apidocs-from-tag.pl" , $LATEST_DOC_TAG );
You can’t perform that action at this time.
0 commit comments