diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f58a09..a894d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## [Unreleased] +## [0.2.0] - 2023-04-25 + + Moved algorithms to the `io.github.alexandrepiveteau.graphs.algorithms` package. ++ Added scope and dedicated builder interfaces to graph builders. ## [0.1.1] - 2023-04-25 @@ -16,6 +19,7 @@ Initial release -[Unreleased]: https://github.com/cashapp/turbine/compare/0.1.1...HEAD +[Unreleased]: https://github.com/cashapp/turbine/compare/0.2.0...HEAD +[0.2.0]: https://github.com/alexandrepiveteau/kotlin-graphs/releases/tag/0.2.0 [0.1.1]: https://github.com/alexandrepiveteau/kotlin-graphs/releases/tag/0.1.1 [0.1.0]: https://github.com/alexandrepiveteau/kotlin-graphs/releases/tag/0.1.0 diff --git a/README.md b/README.md index 8d4a061..316149e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ repositories { } dependencies { - implementation "io.github.alexandrepiveteau:kotlin-graphs:0.1.1" + implementation "io.github.alexandrepiveteau:kotlin-graphs:0.2.0" } ``` diff --git a/gradle.properties b/gradle.properties index 5b0f696..7620381 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ GROUP=io.github.alexandrepiveteau POM_ARTIFACT_ID=kotlin-graphs # HEY! If you change the major version here be sure to update release.yaml doc # target folder! -VERSION_NAME=0.2.0-SNAPSHOT +VERSION_NAME=0.2.0 # Sonatype setup. SONATYPE_AUTOMATIC_RELEASE=true SONATYPE_HOST=S01