Skip to content

Commit

Permalink
Prepare version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrepiveteau committed Apr 25, 2023
1 parent cb67b34 commit 7d37a02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repositories {
}
dependencies {
implementation "io.github.alexandrepiveteau:kotlin-graphs:0.1.1"
implementation "io.github.alexandrepiveteau:kotlin-graphs:0.2.0"
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d37a02

Please sign in to comment.