Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stashymane committed Mar 19, 2024
1 parent 4f7ea76 commit b7c86d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "dev.stashy"
version = "0.1.0"
version = "0.2.0"

dependencies {
implementation(libs.kotlinx.serialization.json)
Expand Down

0 comments on commit b7c86d0

Please sign in to comment.