Skip to content

Update docs and add CHANGELOG entries post 3.10.1 release #1112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## 3.10.1 [Unreleased]
## 3.11.0 [Unreleased]

<!-- Will contain entries for the next minor release -->

## 3.10.2 [Unreleased]

<!-- Will contain entries for the next patch release -->

## 3.10.1

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Currently, no drivers guarantee API or ABI stability.
| -------------------- | ----------- | ------------------- | ----------------------------------- |
| (repo master branch) | Unstable | Active development | New feature development |
| mongocxx 3.10.x | Stable | Bug fixes only | Current stable C++ driver release |
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |
Expand Down
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Currently, no drivers guarantee API or ABI stability.
| -------------------- | ----------- | ------------------- | ----------------------------------- |
| (repo master branch) | Unstable | Active development | New feature development |
| mongocxx 3.10.x | Stable | Bug fixes only | Current stable C++ driver release |
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
| mongocxx 3.9.x | Stable | None | Previous stable C++ driver release |
| mongocxx 3.8.x | Stable | None | Previous stable C++ driver release |
| mongocxx 3.7.x | Stable | None | Previous stable C++ driver release |
| mongocxx 3.6.x | Stable | None | Previous stable C++ driver release |
Expand Down
8 changes: 4 additions & 4 deletions docs/content/mongocxx-v3/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ release tarball.

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

```sh
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.0/mongo-cxx-driver-r3.10.0.tar.gz
tar -xzf mongo-cxx-driver-r3.10.0.tar.gz
cd mongo-cxx-driver-r3.10.0/build
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.1/mongo-cxx-driver-r3.10.1.tar.gz
tar -xzf mongo-cxx-driver-r3.10.1.tar.gz
cd mongo-cxx-driver-r3.10.1/build
```

Make sure you change to the `build` directory of whatever source tree you
Expand Down
8 changes: 4 additions & 4 deletions docs/content/mongocxx-v3/installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ release tarball.

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

```sh
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.0/mongo-cxx-driver-r3.10.0.tar.gz
tar -xzf mongo-cxx-driver-r3.10.0.tar.gz
cd mongo-cxx-driver-r3.10.0/build
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.1/mongo-cxx-driver-r3.10.1.tar.gz
tar -xzf mongo-cxx-driver-r3.10.1.tar.gz
cd mongo-cxx-driver-r3.10.1/build
```

Make sure you change to the `build` directory of whatever source tree you
Expand Down
8 changes: 4 additions & 4 deletions docs/content/mongocxx-v3/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ release tarball.

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

```sh
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.0/mongo-cxx-driver-r3.10.0.tar.gz
tar -xzf mongo-cxx-driver-r3.10.0.tar.gz
cd mongo-cxx-driver-r3.10.0/build
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.1/mongo-cxx-driver-r3.10.1.tar.gz
tar -xzf mongo-cxx-driver-r3.10.1.tar.gz
cd mongo-cxx-driver-r3.10.1/build
```

Make sure you change to the `build` directory of whatever source tree you
Expand Down
2 changes: 2 additions & 0 deletions etc/apidocmenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Currently, no drivers guarantee API or ABI stability.

| mongocxx |
| ------------------------------------ |
| [mongocxx-3.10.1](../mongocxx-3.10.1)|
| [mongocxx-3.10.0](../mongocxx-3.10.0)|
| [mongocxx-3.9.0](../mongocxx-3.9.0) |
| [mongocxx-3.8.1](../mongocxx-3.8.1) |
| [mongocxx-3.8.0](../mongocxx-3.8.0) |
Expand Down
1 change: 1 addition & 0 deletions etc/generate-all-apidocs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ sub _try_run {
r3.8.1
r3.9.0
r3.10.0
r3.10.1
);

sub main {
Expand Down