From b7c86d017bc2f8468e4fe1ba55f3406d42f8f060 Mon Sep 17 00:00:00 2001 From: stashymane Date: Tue, 19 Mar 2024 18:04:40 +0200 Subject: [PATCH] 0.2.0 --- README.md | 5 +++++ build.gradle.kts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5be124..08b3162 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ A collection of utilities to improve the usability of the Kotlin MongoDB driver. Not properly documented yet and possibly unstable. I recommend forking if you wish to use it at the moment. + +## TODO + +* Aggregate builder +* Projection builder diff --git a/build.gradle.kts b/build.gradle.kts index db9eccb..7d7b695 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "dev.stashy" -version = "0.1.0" +version = "0.2.0" dependencies { implementation(libs.kotlinx.serialization.json)