Skip to content

Commit 72727bb

Browse files
authored
DOCSP-39145: 1.27 updates (#11)
1 parent 95492f4 commit 72727bb

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2323

2424
[constants]
2525

26-
version = "1.26"
27-
full-version = "{+version+}.2"
26+
version = "1.27"
27+
full-version = "{+version+}.0"
2828
is-experimental = "is part of the experimental Queryable Encryption API and may be subject to breaking changes in future releases."
2929
range-is-experimental = "Range algorithm is experimental only and not intended for public use. It is subject to breaking changes."
3030
api-is-experimental = "This API {+is-experimental+}"

source/libmongoc/includes/language-compatibility-table-c.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
- C11
1010
- C99
1111
- C89
12+
* - 1.27
13+
- ✓
14+
- ✓
15+
- ✓
16+
-
1217
* - 1.26
1318
- ✓
1419
- ✓

source/libmongoc/includes/mongodb-compatibility-table-c.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@
1717
- MongoDB 3.2
1818
- MongoDB 3.0
1919
- MongoDB 2.6
20+
* - 1.27
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
- ✓
28+
-
29+
-
30+
-
31+
-
2032
* - 1.26
2133
- ✓
2234
- ✓

0 commit comments

Comments
 (0)