We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53f004 commit af6db50Copy full SHA for af6db50
CHANGELOG.md
@@ -1,11 +1,8 @@
1
-## 0.1.2
2
-
3
-- Add support for userInvocationTable in fp_options #25
4
-- Fix bug with intermediate undefined values in assignment block
5
6
## 0.1.1
7
8
- Add support for strict mode #24
+- Add support for userInvocationTable in fp_options #25
+- Fix bug with intermediate undefined values in assignment block
9
10
## 0.1.0
11
python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fpml"
-version = "0.1.2"
+version = "0.1.1"
description = "The FHIRPath mapping language is a data DSL designed to convert data from QuestionnaireResponse (and not only) to any FHIR Resource."
authors = [{ name = "Beda Software", email = "ilya@beda.software" }]
maintainers = [
0 commit comments