Skip to content

Commit af6db50

Browse files
committed
Set version to 0.1.1
1 parent d53f004 commit af6db50

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
61
## 0.1.1
72

83
- Add support for strict mode #24
4+
- Add support for userInvocationTable in fp_options #25
5+
- Fix bug with intermediate undefined values in assignment block
96

107
## 0.1.0
118

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fpml"
3-
version = "0.1.2"
3+
version = "0.1.1"
44
description = "The FHIRPath mapping language is a data DSL designed to convert data from QuestionnaireResponse (and not only) to any FHIR Resource."
55
authors = [{ name = "Beda Software", email = "ilya@beda.software" }]
66
maintainers = [

0 commit comments

Comments
 (0)