Skip to content

Commit

Permalink
Changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Jul 5, 2023
1 parent 0c73ea5 commit 51972c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.2.18] - 2023-07-04

### Added

- #47 - Implement HGVS DataProvider get_alignments_for_region

### Changed

- #45 - FastaSeqFetcher - handle deletions correctly (had swapped HGVS cigar projections around)
- #46 - HGVS DataProvider get_tx_info should properly handle alt_ac and alt_aln_method

## [0.2.17] - 2023-05-08

### Added
Expand Down Expand Up @@ -158,7 +169,8 @@

- Initial commit

[unreleased]: https://github.com/SACGF/cdot/compare/v0.2.17...HEAD
[unreleased]: https://github.com/SACGF/cdot/compare/v0.2.18...HEAD
[0.2.18]: https://github.com/SACGF/cdot/compare/v0.2.17...v0.2.18
[0.2.17]: https://github.com/SACGF/cdot/compare/v0.2.16...v0.2.17
[0.2.16]: https://github.com/SACGF/cdot/compare/v0.2.15...v0.2.16
[0.2.15]: https://github.com/SACGF/cdot/compare/v0.2.14...v0.2.15
Expand Down
2 changes: 1 addition & 1 deletion cdot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.17"
__version__ = "0.2.18"


def get_json_schema_version():
Expand Down

0 comments on commit 51972c8

Please sign in to comment.