Skip to content

Commit 5cbf006

Browse files
Update docs and add CHANGELOG entries post 3.10.1 release (#1112)
* Prepare to generate r3.10.1 release documentation * add `[Unreleased]` entries for next releases --------- Co-authored-by: Ezra Chung <[email protected]>
1 parent f29f1d9 commit 5cbf006

File tree

8 files changed

+26
-15
lines changed

8 files changed

+26
-15
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ 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.10.1 [Unreleased]
10+
## 3.11.0 [Unreleased]
11+
12+
<!-- Will contain entries for the next minor release -->
13+
14+
## 3.10.2 [Unreleased]
15+
16+
<!-- Will contain entries for the next patch release -->
17+
18+
## 3.10.1
1119

1220
### Fixed
1321

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Currently, no drivers guarantee API or ABI stability.
3939
| -------------------- | ----------- | ------------------- | ----------------------------------- |
4040
| (repo master branch) | Unstable | Active development | New feature development |
4141
| mongocxx 3.10.x | Stable | Bug fixes only | Current stable C++ driver release |
42-
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
42+
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
4343
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
4444
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
4545
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |

docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Currently, no drivers guarantee API or ABI stability.
2222
| -------------------- | ----------- | ------------------- | ----------------------------------- |
2323
| (repo master branch) | Unstable | Active development | New feature development |
2424
| mongocxx 3.10.x | Stable | Bug fixes only | Current stable C++ driver release |
25-
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
25+
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
2626
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
2727
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
2828
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |

docs/content/mongocxx-v3/installation/linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ release tarball.
1818

1919
The [mongocxx releases](https://github.com/mongodb/mongo-cxx-driver/releases)
2020
page will have links to the release tarball for the version you wish you install. For
21-
example, to download version 3.10.0:
21+
example, to download version 3.10.1:
2222

2323
```sh
24-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.0/mongo-cxx-driver-r3.10.0.tar.gz
25-
tar -xzf mongo-cxx-driver-r3.10.0.tar.gz
26-
cd mongo-cxx-driver-r3.10.0/build
24+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.1/mongo-cxx-driver-r3.10.1.tar.gz
25+
tar -xzf mongo-cxx-driver-r3.10.1.tar.gz
26+
cd mongo-cxx-driver-r3.10.1/build
2727
```
2828

2929
Make sure you change to the `build` directory of whatever source tree you

docs/content/mongocxx-v3/installation/macos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ release tarball.
1818

1919
The [mongocxx releases](https://github.com/mongodb/mongo-cxx-driver/releases)
2020
page will have links to the release tarball for the version you wish you install. For
21-
example, to download version 3.10.0:
21+
example, to download version 3.10.1:
2222

2323
```sh
24-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.0/mongo-cxx-driver-r3.10.0.tar.gz
25-
tar -xzf mongo-cxx-driver-r3.10.0.tar.gz
26-
cd mongo-cxx-driver-r3.10.0/build
24+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.1/mongo-cxx-driver-r3.10.1.tar.gz
25+
tar -xzf mongo-cxx-driver-r3.10.1.tar.gz
26+
cd mongo-cxx-driver-r3.10.1/build
2727
```
2828

2929
Make sure you change to the `build` directory of whatever source tree you

docs/content/mongocxx-v3/installation/windows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ release tarball.
1818

1919
The [mongocxx releases](https://github.com/mongodb/mongo-cxx-driver/releases)
2020
page will have links to the release tarball for the version you wish you install. For
21-
example, to download version 3.10.0:
21+
example, to download version 3.10.1:
2222

2323
```sh
24-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.0/mongo-cxx-driver-r3.10.0.tar.gz
25-
tar -xzf mongo-cxx-driver-r3.10.0.tar.gz
26-
cd mongo-cxx-driver-r3.10.0/build
24+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.1/mongo-cxx-driver-r3.10.1.tar.gz
25+
tar -xzf mongo-cxx-driver-r3.10.1.tar.gz
26+
cd mongo-cxx-driver-r3.10.1/build
2727
```
2828

2929
Make sure you change to the `build` directory of whatever source tree you

etc/apidocmenu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Currently, no drivers guarantee API or ABI stability.
2424

2525
| mongocxx |
2626
| ------------------------------------ |
27+
| [mongocxx-3.10.1](../mongocxx-3.10.1)|
28+
| [mongocxx-3.10.0](../mongocxx-3.10.0)|
2729
| [mongocxx-3.9.0](../mongocxx-3.9.0) |
2830
| [mongocxx-3.8.1](../mongocxx-3.8.1) |
2931
| [mongocxx-3.8.0](../mongocxx-3.8.0) |

etc/generate-all-apidocs.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ sub _try_run {
6464
r3.8.1
6565
r3.9.0
6666
r3.10.0
67+
r3.10.1
6768
);
6869

6970
sub main {

0 commit comments

Comments
 (0)