Skip to content

Commit

Permalink
release: v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlixCoder committed Feb 29, 2024
1 parent cb11fea commit cc53976
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## [0.10.0] - 2024-02-29

### Bug Fixes

- Expose BuilderError

### Features

- Impl FromStr for ResourceType and revamp WrongResourceType error

### Miscellaneous Tasks

- Switch generator back to crates io fhir models

### Testing

- Fix docker setup for new versions

## [0.9.0] - 2024-01-25

### Features
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fhir-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
name = "fhir-model"
readme = "README.md"
repository = "https://github.com/FlixCoder/fhir-sdk"
version = "0.8.0"
version = "0.9.0"

[lints]
workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/fhir-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "fhir-sdk"
readme = "README.md"
repository = "https://github.com/FlixCoder/fhir-sdk"
version = "0.9.0"
version = "0.10.0"

[lints]
workspace = true
Expand All @@ -37,7 +37,7 @@ docs = []

[dependencies]
async-trait = {version = "0.1.68", optional = true}
fhir-model = {path = "../fhir-model", version = "0.8.0", default-features = false}
fhir-model = {path = "../fhir-model", version = "0.9.0", default-features = false}
futures = {version = "0.3.28", optional = true}
reqwest = {version = "0.11.16", features = ["json"], optional = true}
serde = {version = "1.0.159", optional = true}
Expand Down

0 comments on commit cc53976

Please sign in to comment.