Skip to content

Commit

Permalink
Merge pull request #19 from itcr-uni-luebeck/release/v1.3.0
Browse files Browse the repository at this point in the history
release 1.3.0
  • Loading branch information
jpwiedekopf authored Apr 3, 2023
2 parents 2b18b3a + aa9b070 commit fe98fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)<br>- do not serialize null ID for POST (#2)<br>- include option for only certain resource types(#6)<br>- fix XML handling (#6)<br>- add LICENSE |
| v1.1.1 | 2021-06-09 | - explicitly open files with UTF-8 encoding (#12)<br>- 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 |
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit fe98fff

Please sign in to comment.