We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8faabf commit f68a42eCopy full SHA for f68a42e
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [unreleased] - 2024-07-25
+## [0.13.0] - 2024-07-28
6
7
### Bug Fixes
8
crates/fhir-sdk/src/client/mod.rs
@@ -1,6 +1,4 @@
1
-//! REST Client Implementation.
-//!
-//! Does only work with one FHIR version at a time!
+//! FHIR REST Client Implementation.
mod auth;
mod builder;
0 commit comments