Skip to content

Commit 744d0a1

Browse files
authored
chore(main): release 0.18.0 (#257)
1 parent 19ecf18 commit 744d0a1

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.17.1"
2+
".": "0.18.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.18.0](https://github.com/varfish-org/clinvar-this/compare/v0.17.1...v0.18.0) (2024-09-06)
4+
5+
6+
### Features
7+
8+
* extract-vars writes thinned-out SCV infos ([#240](https://github.com/varfish-org/clinvar-this/issues/240)) ([#258](https://github.com/varfish-org/clinvar-this/issues/258)) ([19ecf18](https://github.com/varfish-org/clinvar-this/commit/19ecf185b15c8300801a79525c47f9dcfe9eac07))
9+
* xml-to-json can now left-shift variants ([#255](https://github.com/varfish-org/clinvar-this/issues/255)) ([#256](https://github.com/varfish-org/clinvar-this/issues/256)) ([66671cd](https://github.com/varfish-org/clinvar-this/commit/66671cddc68f6c2df517a24ec436524d883c503b))
10+
311
## [0.17.1](https://github.com/varfish-org/clinvar-this/compare/v0.17.0...v0.17.1) (2024-07-01)
412

513

clinvar_this/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.1"
1+
__version__ = "0.18.0"

0 commit comments

Comments
 (0)