Skip to content

Commit

Permalink
chore(release): 2.5.0
Browse files Browse the repository at this point in the history
## [2.5.0](v2.4.0...v2.5.0) (2023-06-12)

### Features

* **namedallelematcher:** support treating undocumented variation as reference ([f5a5baa](f5a5baa))

### Bug Fixes

* fix loading of path for test file writing ([beb03c3](beb03c3))
* **data:** update CPIC data ([ab0fb0f](ab0fb0f))
* **namedallelematcher:** adhere to AD format rules ([561012a](561012a)), closes [#139](#139)
* **reporter:** display consistent genotype in report, fix SLCO1B1 bug ([08f65ea](08f65ea))
* **reporter:** fix DPWG version check ([6c2d828](6c2d828))
* **reporter:** fix JSON property name ([e7036c8](e7036c8))
* **reporter:** improve styling when there are multiple drug recommendations ([20b20f4](20b20f4))
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent d09cad3 commit ffe14aa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.5.0](https://github.com/PharmGKB/PharmCAT/compare/v2.4.0...v2.5.0) (2023-06-12)


### Features

* **namedallelematcher:** support treating undocumented variation as reference ([f5a5baa](https://github.com/PharmGKB/PharmCAT/commit/f5a5baa5b984f580e1763c2028649148bd268e00))


### Bug Fixes

* fix loading of path for test file writing ([beb03c3](https://github.com/PharmGKB/PharmCAT/commit/beb03c337944458fe86dee7e3d11d68a39a48943))
* **data:** update CPIC data ([ab0fb0f](https://github.com/PharmGKB/PharmCAT/commit/ab0fb0f2e56c2d4133058ea9360bea5366e91890))
* **namedallelematcher:** adhere to AD format rules ([561012a](https://github.com/PharmGKB/PharmCAT/commit/561012acec6722c47414e04e6f93f5d87adf8726)), closes [#139](https://github.com/PharmGKB/PharmCAT/issues/139)
* **reporter:** display consistent genotype in report, fix SLCO1B1 bug ([08f65ea](https://github.com/PharmGKB/PharmCAT/commit/08f65ea2c345331c1167cf9625227be2850b449d))
* **reporter:** fix DPWG version check ([6c2d828](https://github.com/PharmGKB/PharmCAT/commit/6c2d8288bdad8eeab6842e204c060589bbcd362d))
* **reporter:** fix JSON property name ([e7036c8](https://github.com/PharmGKB/PharmCAT/commit/e7036c848eaab8035b39a9681b3c3932ca9803aa))
* **reporter:** improve styling when there are multiple drug recommendations ([20b20f4](https://github.com/PharmGKB/PharmCAT/commit/20b20f435528e012c97c7ff0dd98210a85f7b05e))

## [2.4.0](https://github.com/PharmGKB/PharmCAT/compare/v2.3.0...v2.4.0) (2023-05-01)


Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Home
permalink: /
nav_order: 1
# version is dynamically updated - DO NOT MODIFY MANUALLY
pharmcat_version: 2.4.0
pharmcat_version: 2.5.0
---

# PharmCAT:<br />Pharmacogenomics Clinical Annotation Tool
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pharmcat",
"version": "2.4.0",
"version": "2.5.0",
"repository": {
"type": "git",
"url": "https://github.com/PharmGKB/PharmCAT.git"
Expand Down
2 changes: 1 addition & 1 deletion preprocessor/preprocessor/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# version is dynamically updated - DO NOT MODIFY MANUALLY
PHARMCAT_VERSION = '2.4.0'
PHARMCAT_VERSION = '2.5.0'

# expected tool versions
MIN_BCFTOOLS_VERSION = '1.16'
Expand Down

0 comments on commit ffe14aa

Please sign in to comment.