Skip to content

Releases: FHIR/Ucum-java

1.0.8

21 Aug 16:09
Compare
Choose a tag to compare
  • Check for whole numbers on canonical conversion

1.0.7

14 Aug 14:30
Compare
Choose a tag to compare
  • First GitHub and Sonatype release

1.0.6

14 Aug 13:58
Compare
Choose a tag to compare
  • Test Sonatype deployment release step

1.0.5

25 Jul 14:53
Compare
Choose a tag to compare
  • First CI release

1.0.4

25 Jul 14:33
Compare
Choose a tag to compare
  • First CI release

1.0.3 Maintenance Release

26 Aug 15:20
Compare
Choose a tag to compare

This release adds support for divideBy. Packages are available in Maven central. Example dependency in a Maven pom file:

<dependency>
  <groupId>org.fhir</groupId>
  <artifactId>ucum</artifactId>
  <version>1.0.3</version>
</dependency>