diff --git a/CHANGELOG.md b/CHANGELOG.md index ceecaaa..59f4a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [v0.3.0](https://github.com/ivanwilliammd/iderare-pheno/releases/tag/v0.3.0) - 2024-04-07 - Join the similarity and recommendation class to share the same Ontology data from [hpo3 library](https://github.com/anergictcell/hpo3) - Refactor the utils.py to be more readable and maintainable - Example of Playbook.ipynb provided diff --git a/iderare_pheno/version.py b/iderare_pheno/version.py index 6cf0ee6..e75c837 100644 --- a/iderare_pheno/version.py +++ b/iderare_pheno/version.py @@ -1,5 +1,5 @@ _MAJOR = "0" -_MINOR = "2" +_MINOR = "3" # On main and in a nightly release the patch should be one ahead of the last # released build. _PATCH = "0"