Skip to content

Commit

Permalink
DOCSP-43826: v5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Sep 25, 2024
1 parent f2576a5 commit 6da1001
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/drivers/kotlin/coroutine
define: base https://www.mongodb.com/${prefix}
define: versions v4.10 v4.11 v5.0 v5.1 master
define: versions v4.10 v4.11 v5.0 v5.1 v5.2 master

raw: ${prefix}/ -> ${base}/current/

Expand Down
2 changes: 1 addition & 1 deletion examples/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
kotlin_mongodb_version=5.1.4
kotlin_mongodb_version=5.2.0
4 changes: 2 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
driver = "kotlin"
driver-short = "Kotlin driver"
driver-long = "MongoDB Kotlin Driver"
version = "5.1"
full-version = "{+version+}.4"
version = "5.2"
full-version = "{+version+}.0"
language = "Kotlin"
mdb-server = "MongoDB server"
kotlin-docs = "https://kotlinlang.org"
Expand Down
11 changes: 1 addition & 10 deletions source/includes/language-compatibility-table-kotlin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,5 @@
* - Kotlin Driver Version
- Kotlin 1.8

* - 5.1
- ✓

* - 5.0
- ✓

* - 4.11
- ✓

* - 4.10
* - 4.10 to 5.2
- ✓

0 comments on commit 6da1001

Please sign in to comment.