From aa9b07066a6b45fc07321da2f68f2f40559dfb63 Mon Sep 17 00:00:00 2001 From: Joshua Wiedekopf Date: Mon, 3 Apr 2023 09:52:12 +0200 Subject: [PATCH] release 1.3.0 --- README.md | 3 ++- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fe6069..7ca92da 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ There are a number of configuration options, which are (hopefully) mostly self-e * `--https-proxy`: URL for HTTPS requests, if not provided, the HTTP proxy is used instead * `--proxy-for-fhir`: If provided, the proxy is also used for requests to your FHIR server * `--proxy-verify`: If provided, this public key (-chain) on your disk is used for validating the re-encrypted traffic to your proxy -* `--proxy-for-fhir`: If provided, the proxy is also used for FHIR requests, not only for NPM requests +* `--proxy-for-fhir`: If provided, the proxy is also used for FHIR requests, not only for NPM requests` ## Updating @@ -165,3 +165,4 @@ If you want to customize the program, you should: | v1.1.0 | 2021-06-08 | - handle Unicode filenames, especially on BSD/macOS (#1)
- do not serialize null ID for POST (#2)
- include option for only certain resource types(#6)
- fix XML handling (#6)
- add LICENSE | | v1.1.1 | 2021-06-09 | - explicitly open files with UTF-8 encoding (#12)
- ignore pycharm and vscode (#11)| | v1.2.0 | 2022-12-13 | - support HTTP/HTTPS proxies | +| v1.3.0 | 2023-04-03 | - support using a persistence directory | diff --git a/setup.cfg b/setup.cfg index 6ba3256..c6b42f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fhir-populator -version = 1.2.0 +version = 1.3.0 author = IT Center for Clinical Research, University of Lübeck, Germany author_email = j.wiedekopf@uni-luebeck.de description = Load Simplifier packages into a FHIR server, quickly and consistently.