Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 11, 2024
1 parent bd7eb09 commit 60eb6c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Release Notes
---

# [0.2.0](https://github.com/osl-incubator/anamnesis.ai/compare/0.1.0...0.2.0) (2024-12-11)


### Features

* Add support to more FHIR resources and improve the organization of the modules ([#20](https://github.com/osl-incubator/anamnesis.ai/issues/20)) ([69e4bfa](https://github.com/osl-incubator/anamnesis.ai/commit/69e4bfa5333acc11c0bf40496c06b05bdd916089))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anamnesisai"
version = "0.1.0" # semantic-release
version = "0.2.0" # semantic-release
description = "AI-driven anamnesis collection system in the healthcare domain."
readme = "docs/index.md"
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>", "Satarupa Deb <satarupa2212@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/anamnesisai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_version() -> str:
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "0.1.0" # semantic-release
return "0.2.0" # semantic-release


version = get_version()
Expand Down

0 comments on commit 60eb6c1

Please sign in to comment.