Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlixCoder committed Mar 26, 2023
1 parent ba1890c commit 110112d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

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

## [0.2.0] - 2023-03-26

### Features

- Implement code conversion to Coding and CodeableConcept
- Implement base traits for all resources
- Implement IdentifiableResource
- Extend the IdentifiableResource trait

### Miscellaneous Tasks

- Add resolver = 2

## [0.1.0] - 2023-03-24

### Features

- Initial implementation

<!-- generated by git-cliff -->
4 changes: 2 additions & 2 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.1.0"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = 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.1.0"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -20,4 +20,4 @@ default = ["r4b"]
r4b = ["fhir-model/r4b"]

[dependencies]
fhir-model = {path = "../fhir-model", version = "0.1"}
fhir-model = {path = "../fhir-model", version = "0.2.0"}

0 comments on commit 110112d

Please sign in to comment.