Skip to content

Release v0.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 12:02
· 0 commits to 2b876283eac8cf3d062af682344d783a29e6b306 since this release
d48d28e

Grab the new version from Maven central https://repo1.maven.org/maven2/ai/stapi/graph-system/0.1.5/ by using it in your deps:

<dependencies>
    <dependency>
        <groupId>ai.stapi</groupId>
        <artifactId>graph-system</artifactId>
        <version>0.1.5</version>
    </dependency>
</dependencies>

Things that changed in this release

  • 2b87628 - [graph-operations] GraphLoaderConfiguration - fix. [base-test] Approvals now dont open diff window (#84)