File tree Expand file tree Collapse file tree 8 files changed +26
-15
lines changed Expand file tree Collapse file tree 8 files changed +26
-15
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,15 @@ 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.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
11
19
12
20
### Fixed
13
21
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Currently, no drivers guarantee API or ABI stability.
39
39
| -------------------- | ----------- | ------------------- | ----------------------------------- |
40
40
| (repo master branch) | Unstable | Active development | New feature development |
41
41
| 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 |
43
43
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
44
44
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
45
45
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Currently, no drivers guarantee API or ABI stability.
22
22
| -------------------- | ----------- | ------------------- | ----------------------------------- |
23
23
| (repo master branch) | Unstable | Active development | New feature development |
24
24
| 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 |
26
26
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
27
27
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
28
28
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ release tarball.
18
18
19
19
The [ mongocxx releases] ( https://github.com/mongodb/mongo-cxx-driver/releases )
20
20
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 :
22
22
23
23
``` 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
27
27
```
28
28
29
29
Make sure you change to the ` build ` directory of whatever source tree you
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ release tarball.
18
18
19
19
The [ mongocxx releases] ( https://github.com/mongodb/mongo-cxx-driver/releases )
20
20
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 :
22
22
23
23
``` 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
27
27
```
28
28
29
29
Make sure you change to the ` build ` directory of whatever source tree you
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ release tarball.
18
18
19
19
The [ mongocxx releases] ( https://github.com/mongodb/mongo-cxx-driver/releases )
20
20
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 :
22
22
23
23
``` 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
27
27
```
28
28
29
29
Make sure you change to the ` build ` directory of whatever source tree you
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ Currently, no drivers guarantee API or ABI stability.
24
24
25
25
| mongocxx |
26
26
| ------------------------------------ |
27
+ | [ mongocxx-3.10.1] ( ../mongocxx-3.10.1 ) |
28
+ | [ mongocxx-3.10.0] ( ../mongocxx-3.10.0 ) |
27
29
| [ mongocxx-3.9.0] ( ../mongocxx-3.9.0 ) |
28
30
| [ mongocxx-3.8.1] ( ../mongocxx-3.8.1 ) |
29
31
| [ mongocxx-3.8.0] ( ../mongocxx-3.8.0 ) |
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ sub _try_run {
64
64
r3.8.1
65
65
r3.9.0
66
66
r3.10.0
67
+ r3.10.1
67
68
) ;
68
69
69
70
sub main {
You can’t perform that action at this time.
0 commit comments