Skip to content

Commit

Permalink
Added change log and additional project urls. Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseastewart committed Feb 20, 2024
1 parent 075ae66 commit 79a541c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Python FHIR Converter Change Log

## Version 0.22
- `ResourceLoader` and `CachedChoiceLoader` are depreciated and will be removed in 0.1.0. Use `PackageLoader` and `CachingChoiceLoader` instead.
- Run tests on mac, windows and ubuntu.
- Now depends on [python-liquid](https://pypi.org/project/python-liquid/) = 1.11.0.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "python-fhir-converter"
version = "0.0.21"
version = "0.0.22"
authors = ["Chase Stewart <[email protected]>"]
description = "Transformation utility to translate data formats into FHIR"
readme = "README.md"
Expand Down Expand Up @@ -32,6 +32,10 @@ packages = [
{include = "fhir_converter/py.typed"},
]

[tool.poetry.urls]
"Change Log" = "https://github.com/chaseastewart/fhir-converter/blob/main/CHANGES.md"
"Issue Tracker" = "https://github.com/chaseastewart/fhir-converter/issues"

[tool.poetry.dependencies]
python = "^3.8.1"
python-liquid = "1.11.0"
Expand Down

0 comments on commit 79a541c

Please sign in to comment.