Skip to content

Commit 97ad7fd

Browse files
committed
Release version 0.1.16
1 parent 8a80896 commit 97ad7fd

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.15"
6+
version = "0.1.16"
77
edition = "2024"
88
license = "MIT"
99
authors = ["Helios Software"]

crates/fhir-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ R6 = ["helios-fhir/R6"]
2020
[dependencies]
2121
serde = { workspace = true }
2222
serde_json = { workspace = true }
23-
helios-fhir = { path = "../fhir", version = "0.1.15" }
23+
helios-fhir = { path = "../fhir", version = "0.1.16" }
2424
clap = { version = "4.4", features = ["derive"] }
2525

2626
[build-dependencies]

crates/fhir-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ proc-macro2 = "1.0"
1919
serde = { version = "1.0", features = ["derive"] } # Use specific version, ensure workspace = true if needed elsewhere
2020
serde_json = "1.0" # Use specific version, ensure workspace = true if needed elsewhere
2121
heck = "0.5" # For case conversion
22-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.15" }
22+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.16" }

crates/fhir/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ R6 = []
2121
serde = { workspace = true }
2222
serde_json = { workspace = true, features = ["raw_value"] }
2323
clap = { version = "4.0", features = ["derive"] }
24-
helios-fhir-macro = { path = "../fhir-macro", version = "0.1.15" }
25-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.15" }
24+
helios-fhir-macro = { path = "../fhir-macro", version = "0.1.16" }
25+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.16" }
2626
time = "0.3"
2727
chrono = { workspace = true }
2828
# Re-add serde-with-arbitrary-precision, keep macros

crates/fhirpath/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ R5 = ["helios-fhir/R5"]
1717
R6 = ["helios-fhir/R6"]
1818

1919
[dependencies]
20-
helios-fhir = { path = "../fhir", version = "0.1.15" }
21-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.15" }
20+
helios-fhir = { path = "../fhir", version = "0.1.16" }
21+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.16" }
2222
chumsky = "0.10"
2323
roxmltree = "0.20"
2424
chrono = { version = "0.4", features = ["serde"] } # For date/time parsing and functions

crates/hfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ R6 = ["helios-fhir/R6"]
1818

1919
[dependencies]
2020
clap = { version = "4.0", features = ["derive"] }
21-
helios-fhir = { path = "../fhir", version = "0.1.15" }
21+
helios-fhir = { path = "../fhir", version = "0.1.16" }

crates/sof/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ R6 = ["helios-fhir/R6", "helios-fhirpath/R6"]
2727
[dependencies]
2828
clap = { version = "4.0", features = ["derive", "env"] }
2929
tokio = { version = "1.0", features = ["full"] }
30-
helios-fhir = { path = "../fhir", version = "0.1.15" }
31-
helios-fhirpath = { path = "../fhirpath", version = "0.1.15" }
32-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.15" }
30+
helios-fhir = { path = "../fhir", version = "0.1.16" }
31+
helios-fhirpath = { path = "../fhirpath", version = "0.1.16" }
32+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.16" }
3333
serde = { version = "1.0", features = ["derive"] }
3434
serde_json = "1.0"
3535
csv = "1.3"

0 commit comments

Comments
 (0)