Skip to content

Commit 25ead82

Browse files
committed
Release version 0.1.30
1 parent 0e88536 commit 25ead82

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -17,7 +17,7 @@ default-members = [
1717
resolver = "2"
1818

1919
[workspace.package]
20-
version = "0.1.29"
20+
version = "0.1.30"
2121
edition = "2024"
2222
license = "MIT"
2323
authors = ["Helios Software"]

crates/fhir-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ skip-r6-download = []
2121
[dependencies]
2222
serde = { workspace = true }
2323
serde_json = { workspace = true }
24-
helios-fhir = { path = "../fhir", version = "0.1.29" }
24+
helios-fhir = { path = "../fhir", version = "0.1.30" }
2525
clap = { version = "4.4", features = ["derive"] }
2626
chrono = { workspace = true }
2727

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 = { workspace = true }
2020
serde_json = { workspace = true }
2121
heck = "0.5" # For case conversion
22-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.29" }
22+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.30" }

crates/fhir/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ skip-r6-download = []
2222
serde = { workspace = true }
2323
serde_json = { workspace = true, features = ["raw_value"] }
2424
clap = { version = "4.0", features = ["derive"] }
25-
helios-fhir-macro = { path = "../fhir-macro", version = "0.1.29" }
26-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.29" }
25+
helios-fhir-macro = { path = "../fhir-macro", version = "0.1.30" }
26+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.30" }
2727
time = "0.3"
2828
chrono = { workspace = true }
2929
# 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.29" }
21-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.29" }
20+
helios-fhir = { path = "../fhir", version = "0.1.30" }
21+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.30" }
2222
chumsky = "0.10"
2323
roxmltree = "0.20"
2424
chrono = { workspace = true } # 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.29" }
21+
helios-fhir = { path = "../fhir", version = "0.1.30" }

crates/pysof/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ crate-type = ["cdylib"]
1515

1616
[dependencies]
1717
pyo3 = { version = ">=0.24.1", features = ["extension-module", "generate-import-lib"] }
18-
helios-sof = { path = "../sof", version = "0.1.29" }
19-
helios-fhir = { path = "../fhir", version = "0.1.29" }
18+
helios-sof = { path = "../sof", version = "0.1.30" }
19+
helios-fhir = { path = "../fhir", version = "0.1.30" }
2020
serde = { version = "=1.0.219", features = ["derive"] }
2121
serde_json = { version = "=1.0.143" }
2222
chrono = { version = "0.4", features = ["serde"] }

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.29" }
31-
helios-fhirpath = { path = "../fhirpath", version = "0.1.29" }
32-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.29" }
30+
helios-fhir = { path = "../fhir", version = "0.1.30" }
31+
helios-fhirpath = { path = "../fhirpath", version = "0.1.30" }
32+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.30" }
3333
serde = { workspace = true }
3434
serde_json = { workspace = true }
3535
csv = "1.3"

0 commit comments

Comments
 (0)