set up release
This commit is contained in:
parent
a0e26d0995
commit
7cec5a5a92
|
@ -4,9 +4,17 @@
|
|||
* Fix up wrong handling of context on exists() in FHIRPath
|
||||
* Add hints to profiles around behavior of pattern on repeating elements
|
||||
* Ignore all tooling extensions when validating
|
||||
*
|
||||
* support specifying an alternative version when loading source using -ig parameter
|
||||
* Don't validate Bundle.entry.fullUrl as a reference to some other content
|
||||
|
||||
## Other code changes
|
||||
|
||||
* Improved output for unit test comparisons
|
||||
* Fix conversion issues around Base64Binary
|
||||
* Fix for R4/R5 DataRequirements conversion for DeviceUsage
|
||||
* Add AdditionalBindings Rendering (draft)
|
||||
* Display all designations when rendering ValueSets
|
||||
* Fix bug where expansions have empty objects some times
|
||||
* Fix R4B Snapshot generation
|
||||
* Enable Linking to fragment CodeSystems
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
|||
|
||||
<properties>
|
||||
<hapi_fhir_version>5.4.0</hapi_fhir_version>
|
||||
<validator_test_case_version>1.1.96-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.1.97</validator_test_case_version>
|
||||
<junit_jupiter_version>5.7.1</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.7.1</junit_platform_launcher_version>
|
||||
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
|
||||
|
|
Loading…
Reference in New Issue