Skip to content

Release v0.0.24

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:06
601d7b7

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

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

Things that changed in this release

  • a41464b - Automation: After new Core version, update its version, release new version of axon-driver and update sandbox versions (#50)
  • 56776ff - Changes due to cleaning of system structures in Core (#43)