Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 07:53
· 156 commits to main since this release
dc6dfae

Maven:

<dependencies>
  <dependency>
      <groupId>care.smith.top</groupId>
      <artifactId>top-api</artifactId>
      <version>0.5.0</version>
  </dependency>
</dependencies>

Breaking Changes

  • renamed package care.smith.top.backend.model to care.smith.top.model
  • simplified unit property of phenotypes
  • simplified data source configuration of queries

What's Changed

Full Changelog: v0.4.3...v0.5.0