Skip to content

Commit 7287491

Browse files
authored
release updates (#415)
1 parent c77f9f1 commit 7287491

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/go
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 master
3+
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 v2.0 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ intersphinx = [
1414
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1515

1616
[constants]
17+
api-version = "v2"
1718
driver-long = "MongoDB Go Driver"
1819
driver-short = "Go driver"
1920
docs-branch = "master"
20-
version = "v1.17.1"
21+
version = "v2.0"
2122
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
22-
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver@{+version+}"
23+
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver/{+api-version+}"
2324
stable-api = "Stable API"
2425
qe = "Queryable Encryption"
2526
key-vault-long = "key vault collection"

source/includes/mongodb-compatibility-table-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- MongoDB 4.0
1515
- MongoDB 3.6
1616

17-
* - 1.12 to 1.17
17+
* - 1.12 to 2.0
1818
- ⊛ [#8.0-support]_
1919
- ✓
2020
- ✓

0 commit comments

Comments
 (0)